You are here

public function Issue1216Test::testConfigAvailableInBootstrap in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/phpunit/tests/Regression/GitHub/1216/Issue1216Test.php \Issue1216Test::testConfigAvailableInBootstrap()

File

vendor/phpunit/phpunit/tests/Regression/GitHub/1216/Issue1216Test.php, line 4

Class

Issue1216Test

Code

public function testConfigAvailableInBootstrap() {
  $this
    ->assertTrue($_ENV['configAvailableInBootstrap']);
}