manGoweb / Skeleton

:grapes: Skeleton for Nette 2.2 and onward
Tajná zpráva :P
Other
1 stars 0 forks source link

Fix test setup #4

Closed Mikulas closed 10 years ago

Mikulas commented 10 years ago
diff --git a/tests/bootstrap.php b/tests/bootstrap.php
index 984bc3a..a6ca466 100644
--- a/tests/bootstrap.php
+++ b/tests/bootstrap.php
@@ -6,6 +6,7 @@ use Tests\TestCase;

 $container = require __DIR__ . '/../app/bootstrap.php';
+Tester\Environment::setup();
 return $container;