Пример #1
0
 public function testShouldAllowToOverrideConfigObjectFileDirWithCustomDir()
 {
     $this->publisher->setFileDir('foo/bar');
     $this->assertEquals('foo/bar/results.xml', $this->publisher->getFilePath());
 }