Exemple #1
0
 /**
  * @covers Respect\Test\Reflect::on
  */
 public function testOn()
 {
     $expected = 'Respect\\Test\\Reflect';
     $result = Reflect::on('Respect\\Test\\TestGuy');
     $this->assertInstanceOf($expected, $result);
 }