Пример #1
0
 /**
  * Checks if the isInterface() method works as expected.
  *
  * @return void
  */
 public function testIsInterface()
 {
     $this->assertFalse($this->reflectionClass->isInterface());
 }