Skip to content
This repository has been archived by the owner on Aug 20, 2018. It is now read-only.

Commit

Permalink
TCompiledContainer: reset RUNLEVEL before testRunLevels
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnzlml committed Mar 27, 2016
1 parent 55e489a commit efa668d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Traits/TCompiledContainerTest.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ class TCompiledContainerTest extends \Tester\TestCase

public function testRunLevels()
{
putenv('RUNLEVEL=0');
Assert::same(0, (int)getenv('RUNLEVEL'));
putenv('RUNLEVEL=5'); //do not skip
$this->markTestAsSlow();
Expand Down

0 comments on commit efa668d

Please sign in to comment.