Skip to content
This repository has been archived by the owner on Mar 29, 2019. It is now read-only.

Commit

Permalink
fixed delete-used-test-accounts.php
Browse files Browse the repository at this point in the history
  • Loading branch information
fprochazka committed Mar 8, 2017
1 parent 8189f2b commit 77aab28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/delete-used-test-accounts.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
$config = new Nette\Configurator();
$config->setTempDirectory(__DIR__ . '/tmp');
Kdyby\Facebook\DI\FacebookExtension::register($config);
$config->addConfig(__DIR__ . '/KdybyTests/Facebook/files/config.kdyby.neon', $config::NONE);
$config->addConfig(__DIR__ . '/KdybyTests/nette-reset.neon', !isset($config->defaultExtensions['nette']) ? 'v23' : 'v22');
$config->addConfig(__DIR__ . '/KdybyTests/Facebook/files/config.kdyby.neon');
$config->addConfig(__DIR__ . '/KdybyTests/nette-reset.' . (!isset($config->defaultExtensions['nette']) ? 'v23' : 'v22') . '.neon');

/** @var \Nette\DI\Container $container */
$container = $config->createContainer();
Expand Down

0 comments on commit 77aab28

Please sign in to comment.