Exemplo n.º 1
0
 /**
  * @dataProvider providerGetIndexThrowsExceptionWhenInvalidNameProvided
  * @expectedException zibo\ZiboException
  */
 public function testGetIndexThrowsExceptionWhenInvalidNameProvided($name)
 {
     $table = new Table('table');
     $table->getIndex($name);
 }