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