예제 #1
0
파일: PhpTest.php 프로젝트: youprofit/Zurmo
 public function testCallingParentOnStatics()
 {
     $this->assertEquals('Fruit', Fruit::getName());
     $this->assertEquals('Fruit: Apple', Apple::getName());
 }