You are here

Issue1570Test.php in Zircon Profile 8

File

vendor/phpunit/phpunit/tests/Regression/GitHub/1570/Issue1570Test.php
View source
<?php

class Issue1570Test extends PHPUnit_Framework_TestCase {
  public function testOne() {
    print '*';
  }

}

Classes

Namesort descending Description
Issue1570Test