| 1 | <?php |
||
| 17 | class EnvironmentTest extends \PHPUnit_Framework_TestCase |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * @var Environment |
||
| 21 | */ |
||
| 22 | protected $watcher; |
||
| 23 | |||
| 24 | /** |
||
| 25 | * {@inheritdoc} |
||
| 26 | */ |
||
| 27 | public static function setUpBeforeClass() |
||
| 31 | |||
| 32 | /** |
||
| 33 | * {@inheritdoc} |
||
| 34 | */ |
||
| 35 | public static function tearDownAfterClass() |
||
| 39 | |||
| 40 | /** |
||
| 41 | * {@inheritdoc} |
||
| 42 | */ |
||
| 43 | public function setUp() |
||
| 47 | |||
| 48 | public function testIsNotActive() |
||
| 60 | |||
| 61 | public function testIsActive() |
||
| 73 | } |
||
| 74 |