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