Issue1330Test.php in Zircon Profile 8
Same filename and directory in other branches
File
vendor/phpunit/phpunit/tests/Regression/GitHub/1330/Issue1330Test.phpView source
<?php
class Issue1330Test extends PHPUnit_Framework_TestCase {
public function testTrue() {
$this
->assertTrue(PHPUNIT_1330);
}
}
Classes
Name | Description |
---|---|
Issue1330Test |