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

Commit

Permalink
Fixed usage of Nette\Config\Configurator to Nette\Configurator
Browse files Browse the repository at this point in the history
  • Loading branch information
fprochazka committed Jan 8, 2014
1 parent 3e6b37a commit 4986731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/KdybyTests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ abstract class FacebookTestCase extends Tester\TestCase
*/
protected function createContainer($fbConfig = 'config.neon')
{
$config = new Nette\Config\Configurator();
$config = new Nette\Configurator();
$config->setTempDirectory(TEMP_DIR);
Kdyby\Facebook\DI\FacebookExtension::register($config);
$config->addConfig(__DIR__ . '/Facebook/files/' . $fbConfig, $config::NONE);
Expand Down

0 comments on commit 4986731

Please sign in to comment.