You are here

NoArgTestCaseTest.php in Zircon Profile 8

Same filename and directory in other branches
  1. 8.0 vendor/phpunit/phpunit/tests/_files/NoArgTestCaseTest.php

File

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

class NoArgTestCaseTest extends PHPUnit_Framework_TestCase {
  public function testNothing() {
  }

}

Classes

Namesort descending Description
NoArgTestCaseTest