示例#1
0
 /**
  * @expectedException Exception
  * @expectedExceptionMessage Invalid static method test called on class Efficio\Tests\Dataset\BasicModel
  */
 public function testCallingInvalidStaticMethodsThrowsAnException()
 {
     BasicModel::test();
 }