Exemplo n.º 1
0
 public function test_install_shouldAlwaysInstallLogVisit_IfColumnNameAndTypeGiven()
 {
     $expected = array('log_visit' => array("ADD COLUMN `fake_visit_dimension_column` INTEGER (10) DEFAULT 0"));
     $this->assertEquals($expected, $this->dimension->install());
 }