Example #1
0
File: test.php Project: atoum/atoum
 public function testGetMandatoryMethodExtensions()
 {
     $this->if($test = new notEmptyTest())->then->array($test->getMandatoryMethodExtensions('testMethod1'))->isEmpty()->array($test->getMandatoryMethodExtensions('testMethod2'))->isEqualTo(array('mbstring', 'socket'));
 }