Exemplo n.º 1
0
Arquivo: test.php Projeto: atoum/atoum
 public function testGetMandatoryMethodExtensions()
 {
     $this->if($test = new notEmptyTest())->then->array($test->getMandatoryMethodExtensions('testMethod1'))->isEmpty()->array($test->getMandatoryMethodExtensions('testMethod2'))->isEqualTo(array('mbstring', 'socket'));
 }