Beispiel #1
0
 /**
  * @dataProvider providerHasIndexThrowsExceptionWhenInvalidValuePassed
  * @expectedException zibo\ZiboException
  */
 public function testHasIndexThrowsExceptionWhenInvalidValuePassed($value)
 {
     $table = new Table('table');
     $table->hasIndex($value);
 }