예제 #1
0
파일: SchemaTest.php 프로젝트: sigma-z/dive
 /**
  * @expectedException \Dive\Schema\SchemaException
  */
 public function testAddTableIndexThrowsInvalidIndexException()
 {
     $this->schema->addTableIndex('user', 'UQ_username_password', array());
 }