This commit is contained in:
Michael 2021-11-26 08:45:37 +00:00
parent 0e3c8e3f5e
commit ce161386e7
1 changed files with 0 additions and 1 deletions

View File

@ -295,7 +295,6 @@ class ApiTest extends FixtureTest
'method'
)
);
self::assertEquals('method', $API['api_path']['method']);
self::assertTrue(is_callable($API['api_path']['func']));
}