Skip to content

Commit

Permalink
Modified functional tests skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
yarhon committed Nov 8, 2018
1 parent 36d70f0 commit df75389
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Tests/Functional/app/Kernel.php
Expand Up @@ -58,6 +58,11 @@ public function getLogDir()
return $this->testVarDir.'/logs';
}

public function getProjectDir()
{
return __DIR__;
}

public function registerContainerConfiguration(LoaderInterface $loader)
{
$confDir = __DIR__.'/config';
Expand Down

0 comments on commit df75389

Please sign in to comment.