示例#1
0
 public function testGetInterfaces()
 {
     parent::testGetInterfaces();
     $is = $this->class->getInterfaces();
     self::assertTrue($is[0]->change());
 }