Skip to content

Commit

Permalink
Tests update
Browse files Browse the repository at this point in the history
  • Loading branch information
paveljanda committed Oct 12, 2016
1 parent a1b3667 commit d240eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cases/ApiRouteTest.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ final class ApiRouteTest extends TestCase
{
$route = new ApiRoute('/u', 'U');

Assert::same(['POST', 'GET', 'PUT', 'DELETE'], $route->getMethods());
Assert::same(['POST', 'GET', 'PUT', 'DELETE', 'OPTIONS'], $route->getMethods());

$route = new ApiRoute('/u', 'U', [
'methods' => ['POST' => 'create']
Expand Down

0 comments on commit d240eb6

Please sign in to comment.