You are here

IncompleteTest.php in Zircon Profile 8

File

vendor/phpunit/phpunit/tests/_files/IncompleteTest.php
View source
<?php

class IncompleteTest extends PHPUnit_Framework_TestCase {
  public function testIncomplete() {
    $this
      ->markTestIncomplete('Test incomplete');
  }

}

Classes

Namesort descending Description
IncompleteTest