Browse Source

Fix test case for api response code

tags/v7.0.0alpha2
tomneedham 10 years ago
parent
commit
b00592ade5
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      tests/lib/api.php

+ 1
- 1
tests/lib/api.php View File

@@ -37,7 +37,7 @@ class Test_API extends PHPUnit_Framework_TestCase {
function dataProviderTestOneResult() {
return array(
array(100, true),
array(101, true),
array(101, false),
array(997, false),
);
}

Loading…
Cancel
Save