Exemplo n.º 1
0
Arquivo: test.php Projeto: atoum/atoum
 public function testGetClass()
 {
     $this->if($test = new emptyTest())->then->string($test->getClass())->isEqualTo(__NAMESPACE__ . '\\emptyTest');
 }