public function tryToGetLocks(UnitTester $I)
 {
     $driver = new DatabaseDriver($I->getConnection());
     $driver->isLocked();
 }
Example #2
0
 public function tryToBuildFromFiles(UnitTester $I)
 {
     $storage = new \Modvert\Storage($I->getConnection());
     $storage->buildFromFiles();
 }