コード例 #1
0
 public function tryToGetLocks(UnitTester $I)
 {
     $driver = new DatabaseDriver($I->getConnection());
     $driver->isLocked();
 }
コード例 #2
0
ファイル: StorageCest.php プロジェクト: JasperGrimm/modvert2
 public function tryToBuildFromFiles(UnitTester $I)
 {
     $storage = new \Modvert\Storage($I->getConnection());
     $storage->buildFromFiles();
 }