<?phpclass Issue1265Test extends PHPUnit_Framework_TestCase{ public function testTrue() { $this->assertTrue(true); }}