Esempio n. 1
0
 /**
  * @test
  */
 public function testShortClassName()
 {
     $className = Utils::shortClassName($this);
     $this->assertEquals($className, "UtilsTest");
 }
 /**
  *
  *
  */
 protected function getEntityName()
 {
     $className = Utils::shortClassName($this);
     return Utils::depluralize($className);
 }