You are here

Issue1265Test.php in Zircon Profile 8

File

vendor/phpunit/phpunit/tests/Regression/GitHub/1265/Issue1265Test.php
View source
<?php

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

}

Classes

Namesort descending Description
Issue1265Test