/**
  * Checks if assertType() accepts an interface name.
  */
 public function testAssertTypeAcceptsInterfaceName()
 {
     $this->setExpectedException(null);
     $this->inspector->assertType('ArrayAccess');
 }