コード例 #1
0
ファイル: TableTest.php プロジェクト: BGCX261/zibo-svn-to-git
 /**
  * @dataProvider providerHasForeignKeyThrowsExceptionWhenInvalidValuePassed
  * @expectedException zibo\ZiboException
  */
 public function testHasForeignKeyThrowsExceptionWhenInvalidValuePassed($value)
 {
     $table = new Table('table');
     $table->hasForeignKey($value);
 }