This repository has been archived by the owner on Dec 31, 2022. It is now read-only.
Releases: sunrise-php/http-server-request
Releases · sunrise-php/http-server-request
v2.2.2
v2.2.1
v2.2.0
v2.1.0
v2.0.1
v2.0.0
v1.1.0
v1.0.12
v1.0.11
v1.0.10
- Using the
assertNull
to assert whether the expected value is same as null. - Using the
assertFileExists
to assert whether the specific file is existed. - Using the data provider to split test cases from the method.
- Using the
protected
instead ofpublic
forsetUp
andtearDown
methods.