public function Issue1335Test::testGlobalIntTruthy in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/phpunit/phpunit/tests/Regression/GitHub/1335/Issue1335Test.php \Issue1335Test::testGlobalIntTruthy()
File
- vendor/
phpunit/ phpunit/ tests/ Regression/ GitHub/ 1335/ Issue1335Test.php, line 13
Class
- Issue1335Test
- @runTestsInSeparateProcesses @preserveGlobalState enabled
Code
public function testGlobalIntTruthy() {
$this
->assertEquals(1, $GLOBALS['globalIntTruthy']);
}