Skip to content

Commit 7661e56

Browse files
committed
Set up test environment
Also see nette/tester#441
1 parent 5dfedc9 commit 7661e56

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/GeneratorTest.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ namespace Spaze\NonceGenerator;
55

66
use Spaze\NonceGenerator\Generator;
77
use Tester\Assert;
8+
use Tester\Environment;
89
use Tester\TestCase;
910

1011
require __DIR__ . '/../vendor/autoload.php';
12+
Environment::setup();
1113

1214
class GeneratorTest extends TestCase
1315
{

0 commit comments

Comments
 (0)