Issue1216Test.php in Zircon Profile 8.0
Same filename and directory in other branches
File
vendor/phpunit/phpunit/tests/Regression/GitHub/1216/Issue1216Test.phpView source
<?php
class Issue1216Test extends PHPUnit_Framework_TestCase {
public function testConfigAvailableInBootstrap() {
$this
->assertTrue($_ENV['configAvailableInBootstrap']);
}
}
Classes
Name | Description |
---|---|
Issue1216Test |