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