Fix test case for api response code
This commit is contained in:
parent
6b017201b8
commit
b00592ade5
|
@ -37,7 +37,7 @@ class Test_API extends PHPUnit_Framework_TestCase {
|
||||||
function dataProviderTestOneResult() {
|
function dataProviderTestOneResult() {
|
||||||
return array(
|
return array(
|
||||||
array(100, true),
|
array(100, true),
|
||||||
array(101, true),
|
array(101, false),
|
||||||
array(997, false),
|
array(997, false),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue