예제 #1
0
파일: test.php 프로젝트: atoum/atoum
 public function testGetMandatoryMethodExtensions()
 {
     $this->if($test = new notEmptyTest())->then->array($test->getMandatoryMethodExtensions('testMethod1'))->isEmpty()->array($test->getMandatoryMethodExtensions('testMethod2'))->isEqualTo(array('mbstring', 'socket'));
 }