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

getContents() public method

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

Usage Example

Beispiel #1
0
 public function test__construct()
 {
     $this->if($controller = new testedClass(uniqid()))->then->integer($controller->getPermissions())->isEqualTo(755)->array($controller->getContents())->isEmpty();
 }