Skip to content

Commit

Permalink
Merge pull request BitBagCommerce#83 from pamil/1.0-logs-saver
Browse files Browse the repository at this point in the history
Save cache and logs in project directory
  • Loading branch information
pamil authored Feb 1, 2018
2 parents 6142d2b + fc60609 commit b4384c6
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions tests/Application/app/AppKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,4 @@ public function registerContainerConfiguration(LoaderInterface $loader): void
{
$loader->load($this->getRootDir() . '/config/config.yml');
}

/**
* {@inheritdoc}
*/
public function getCacheDir(): string
{
return sprintf('%s/%s/cache', sys_get_temp_dir(), md5(__DIR__));
}

/**
* {@inheritdoc}
*/
public function getLogDir(): string
{
return sprintf('%s/%s/logs', sys_get_temp_dir(), md5(__DIR__));
}
}

0 comments on commit b4384c6

Please sign in to comment.