mageekguy\atoum\mock\streams\fs\directory\controller::getContents PHP Method

getContents() public method

public getContents ( )
    public function getContents()
    {
        return array();
    }

Usage Example

コード例 #1
0
ファイル: controller.php プロジェクト: xihewang/atoum
 public function test__construct()
 {
     $this->if($controller = new testedClass(uniqid()))->then->integer($controller->getPermissions())->isEqualTo(755)->array($controller->getContents())->isEmpty();
 }