diff --git a/tests/Skobkin/PointToolsBundle/Controller/MainControllerTest.php b/tests/Skobkin/PointToolsBundle/Controller/MainControllerTest.php index e6b409e..3790392 100644 --- a/tests/Skobkin/PointToolsBundle/Controller/MainControllerTest.php +++ b/tests/Skobkin/PointToolsBundle/Controller/MainControllerTest.php @@ -125,7 +125,7 @@ class MainControllerTest extends WebTestCase } /** - * @depends testAjaxUserAutoComplete + * @depends testAjaxUserAutoCompleteForUnnamedUser */ public function testAjaxUserAutoCompleteHasOptionsForUnnamedUser(string $json): array { @@ -139,7 +139,7 @@ class MainControllerTest extends WebTestCase } /** - * @depends testAjaxUserAutoCompleteHasOptions + * @depends testAjaxUserAutoCompleteHasOptionsForUnnamedUser */ public function testAjaxUserAutoCompleteHasValidUserObjectsForUnnamedUser(array $user) {