Example #1
0
 /**
  * Invalid getter prefix
  *
  * @expectedException BadMethodCallException
  * @expectedExceptionMessage Method "invalidGetData" not exist.
  */
 public function testInvalidGetterPrefix()
 {
     $table = new Table();
     $table->invalidGetData();
 }