public function vfsStreamAbstractVisitorTestCase::setUp in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/visitor/vfsStreamAbstractVisitorTestCase.php \org\bovigo\vfs\visitor\vfsStreamAbstractVisitorTestCase::setUp()
set up test environment
File
- vendor/
mikey179/ vfsStream/ src/ test/ php/ org/ bovigo/ vfs/ visitor/ vfsStreamAbstractVisitorTestCase.php, line 33
Class
Namespace
org\bovigo\vfs\visitorCode
public function setUp() {
$this->abstractVisitor = $this
->getMock('org\\bovigo\\vfs\\visitor\\vfsStreamAbstractVisitor', array(
'visitFile',
'visitDirectory',
));
}