示例#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'));
 }