IncompleteTest.php in Zircon Profile 8
Same filename in this branch
Same filename and directory in other branches
File
vendor/phpunit/phpunit/tests/_files/IncompleteTest.phpView source
<?php
class IncompleteTest extends PHPUnit_Framework_TestCase {
public function testIncomplete() {
$this
->markTestIncomplete('Test incomplete');
}
}
Classes
Name | Description |
---|---|
IncompleteTest |