Tests: set the testUserExists() method to static

1.10.x
Yannick Warnier 10 years ago
parent 0e822be2ce
commit 8763634018
  1. 2
      tests/features/bootstrap/FeatureContext.php

@ -52,7 +52,7 @@ class FeatureContext extends MinkContext
* all the possible roles
* @BeforeSuite
*/
public function testUsersExist(SuiteEvent $event)
public static function testUsersExist()
{
return array(
new Given('I am a platform administrator'),

Loading…
Cancel
Save