Fixing MainControllerTest dependencies.

This commit is contained in:
Alexey Skobkin 2019-04-03 19:28:18 +03:00
parent c3605b2db1
commit 60dcc5e955
1 changed files with 2 additions and 2 deletions

View File

@ -125,7 +125,7 @@ class MainControllerTest extends WebTestCase
} }
/** /**
* @depends testAjaxUserAutoComplete * @depends testAjaxUserAutoCompleteForUnnamedUser
*/ */
public function testAjaxUserAutoCompleteHasOptionsForUnnamedUser(string $json): array public function testAjaxUserAutoCompleteHasOptionsForUnnamedUser(string $json): array
{ {
@ -139,7 +139,7 @@ class MainControllerTest extends WebTestCase
} }
/** /**
* @depends testAjaxUserAutoCompleteHasOptions * @depends testAjaxUserAutoCompleteHasOptionsForUnnamedUser
*/ */
public function testAjaxUserAutoCompleteHasValidUserObjectsForUnnamedUser(array $user) public function testAjaxUserAutoCompleteHasValidUserObjectsForUnnamedUser(array $user)
{ {