Fixing MainControllerTest dependencies.
This commit is contained in:
parent
c3605b2db1
commit
60dcc5e955
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue