コード例 #1
0
 protected function setUp()
 {
     parent::setUp();
     $this->fixturesDir = realpath(__DIR__ . '/Fixtures');
 }
コード例 #2
0
 protected function tearDown()
 {
     $filesystem = new Filesystem();
     $filesystem->remove($this->tempEmptyDir);
     parent::tearDown();
 }