Typos in Users in RegenerateSqliteDb command.

PHPCS of tests
This commit is contained in:
Benoît Burnichon
2016-02-29 15:25:01 +01:00
parent ed04f66548
commit 91424b2883
3 changed files with 73 additions and 67 deletions

View File

@@ -305,6 +305,14 @@ abstract class PhraseanetTestCase extends WebTestCase
return self::$DI['record_1'];
}
/**
* @return record_adapter
*/
public function getRecord2()
{
return self::$DI['record_2'];
}
/**
* @return record_adapter
*/