public function testTagged()
 {
     $this->assertEquals('THIS SHOULD BE TAGGED /* large hadron migration (php) */', $this->helper->tagged('THIS SHOULD BE TAGGED'));
 }
Exemple #2
0
 /**
  * Executes required after migration statements
  */
 protected function after()
 {
     foreach ($this->untangle() as $statement) {
         $this->adapter->query($this->sqlHelper->tagged($statement));
     }
 }