You are here

Issue1468Test.php in Zircon Profile 8

File

vendor/phpunit/phpunit/tests/Regression/GitHub/1468/Issue1468Test.php
View source
<?php

class Issue1468Test extends PHPUnit_Framework_TestCase {

  /**
   * @todo Implement this test
   */
  public function testFailure() {
    $this
      ->markTestIncomplete();
  }

}

Classes

Namesort descending Description
Issue1468Test