Skip to content

Commit

Permalink
remove test since depends on circumstance
Browse files Browse the repository at this point in the history
  • Loading branch information
70ray committed Dec 24, 2024
1 parent 7fe56ef commit ba69437
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions SETUP/tests/unittests/ApiTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -823,15 +823,6 @@ public function test_unavailable_document(): void
$_SERVER["REQUEST_METHOD"] = "GET";
$router->route($path, ['language_code' => 'de']);
}

public function test_dictionaries(): void
{
$path = "v1/dictionaries";
$router = ApiRouter::get_router();
$_SERVER["REQUEST_METHOD"] = "GET";
$response = $router->route($path, []);
$this->assertEquals("Afrikaans", $response[0]);
}
}

// this mocks the function in index.php
Expand Down

0 comments on commit ba69437

Please sign in to comment.