| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,7 @@ | ||
| <?php | ||
| use PHPUnit\Framework\TestCase; | ||
|
|
||
| class Issue1149Test extends TestCase | ||
| { | ||
| public function testOne() | ||
| { | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,7 @@ | ||
| <?php | ||
| use PHPUnit\Framework\TestCase; | ||
|
|
||
| class Issue1265Test extends TestCase | ||
| { | ||
| public function testTrue() | ||
| { | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,7 @@ | ||
| <?php | ||
| use PHPUnit\Framework\TestCase; | ||
|
|
||
| class Issue1330Test extends TestCase | ||
| { | ||
| public function testTrue() | ||
| { | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,7 @@ | ||
| <?php | ||
| use PHPUnit\Framework\TestCase; | ||
|
|
||
| class Issue1337Test extends TestCase | ||
| { | ||
| /** | ||
| * @dataProvider dataProvider | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,7 @@ | ||
| <?php | ||
| use PHPUnit\Framework\TestCase; | ||
|
|
||
| class Issue1348Test extends TestCase | ||
| { | ||
| public function testSTDOUT() | ||
| { | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,7 @@ | ||
| <?php | ||
| use PHPUnit\Framework\TestCase; | ||
|
|
||
| class Issue1351Test extends TestCase | ||
| { | ||
| protected $instance; | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,7 @@ | ||
| <?php | ||
| use PHPUnit\Framework\TestCase; | ||
|
|
||
| class Issue1437Test extends TestCase | ||
| { | ||
| public function testFailure() | ||
| { | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,7 @@ | ||
| <?php | ||
| use PHPUnit\Framework\TestCase; | ||
|
|
||
| class Issue1468Test extends TestCase | ||
| { | ||
| /** | ||
| * @todo Implement this test | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,7 @@ | ||
| <?php | ||
| use PHPUnit\Framework\TestCase; | ||
|
|
||
| class Issue1471Test extends TestCase | ||
| { | ||
| public function testFailure() | ||
| { | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,7 @@ | ||
| <?php | ||
| use PHPUnit\Framework\TestCase; | ||
|
|
||
| class Issue1570Test extends TestCase | ||
| { | ||
| public function testOne() | ||
| { | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,7 @@ | ||
| <?php | ||
| use PHPUnit\Framework\TestCase; | ||
|
|
||
| class Issue2158Test extends TestCase | ||
| { | ||
| /** | ||
| * Set constant in main process | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,7 @@ | ||
| <?php | ||
| use PHPUnit\Framework\TestCase; | ||
|
|
||
| class Issue2380Test extends TestCase | ||
| { | ||
| /** | ||
| * @dataProvider generatorData | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,7 @@ | ||
| <?php | ||
| use PHPUnit\Framework\TestCase; | ||
|
|
||
| class Issue2382Test extends TestCase | ||
| { | ||
| /** | ||
| * @dataProvider dataProvider | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,7 @@ | ||
| <?php | ||
| use PHPUnit\Framework\TestCase; | ||
|
|
||
| class Issue322Test extends TestCase | ||
| { | ||
| /** | ||
| * @group one | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,8 @@ | ||
| <?php | ||
|
|
||
| use PHPUnit\Framework\TestCase; | ||
|
|
||
| class Issue498Test extends TestCase | ||
| { | ||
| /** | ||
| * @test | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,7 @@ | ||
| <?php | ||
| use PHPUnit\Framework\TestCase; | ||
|
|
||
| class Issue765Test extends TestCase | ||
| { | ||
| public function testDependee() | ||
| { | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,7 @@ | ||
| <?php | ||
| use PHPUnit\Framework\TestCase; | ||
|
|
||
| class Issue1021Test extends TestCase | ||
| { | ||
| /** | ||
| * @dataProvider provider | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,6 @@ | ||
| <?php | ||
| use PHPUnit\Framework\TestCase; | ||
|
|
||
| class Foo_Bar_Issue684Test extends TestCase | ||
| { | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,7 @@ | ||
| <?php | ||
| use PHPUnit\Framework\TestCase; | ||
|
|
||
| class AssertionExampleTest extends TestCase | ||
| { | ||
| public function testOne() | ||
| { | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,7 @@ | ||
| <?php | ||
| use PHPUnit\Framework\TestCase; | ||
|
|
||
| class ClonedDependencyTest extends TestCase | ||
| { | ||
| private static $dependency; | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,7 @@ | ||
| <?php | ||
| use PHPUnit\Framework\TestCase; | ||
|
|
||
| class CoverageClassTest extends TestCase | ||
| { | ||
| /** | ||
| * @covers CoveredClass | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,6 @@ | ||
| <?php | ||
| use PHPUnit\Framework\TestCase; | ||
|
|
||
| class EmptyTestCaseTest extends TestCase | ||
| { | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,7 @@ | ||
| <?php | ||
| use PHPUnit\Framework\TestCase; | ||
|
|
||
| class ExceptionTest extends TestCase | ||
| { | ||
| /** | ||
| * Exception message | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,7 @@ | ||
| <?php | ||
| use PHPUnit\Framework\TestCase; | ||
|
|
||
| class Failure extends TestCase | ||
| { | ||
| protected function runTest() | ||
| { | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,8 @@ | ||
| <?php | ||
|
|
||
| use PHPUnit\Framework\TestCase; | ||
|
|
||
| class FatalTest extends TestCase | ||
| { | ||
| public function testFatalError() | ||
| { | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,8 @@ | ||
| <?php | ||
|
|
||
| use PHPUnit\Framework\TestCase; | ||
|
|
||
| class InheritanceB extends TestCase | ||
| { | ||
| public function testSomething() | ||
| { | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,7 @@ | ||
| <?php | ||
| use PHPUnit\Framework\TestCase; | ||
|
|
||
| class IniTest extends TestCase | ||
| { | ||
| public function testIni() | ||
| { | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,7 @@ | ||
| <?php | ||
| use PHPUnit\Framework\TestCase; | ||
|
|
||
| class MultiDependencyTest extends TestCase | ||
| { | ||
| public function testOne() | ||
| { | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,7 @@ | ||
| <?php | ||
| use PHPUnit\Framework\TestCase; | ||
|
|
||
| class NoTestCases extends TestCase | ||
| { | ||
| public function noTestCase() | ||
| { | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,7 @@ | ||
| <?php | ||
| use PHPUnit\Framework\TestCase; | ||
|
|
||
| class NotPublicTestCase extends TestCase | ||
| { | ||
| public function testPublic() | ||
| { | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,6 @@ | ||
| <?php | ||
| use PHPUnit\Framework\TestCase; | ||
|
|
||
| class NotVoidTestCase extends TestCase | ||
| { | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,7 @@ | ||
| <?php | ||
| use PHPUnit\Framework\TestCase; | ||
|
|
||
| class NothingTest extends TestCase | ||
| { | ||
| public function testNothing() | ||
| { | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,7 @@ | ||
| <?php | ||
| use PHPUnit\Framework\TestCase; | ||
|
|
||
| class OneTestCase extends TestCase | ||
| { | ||
| public function noTestCase() | ||
| { | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,7 @@ | ||
| <?php | ||
| use PHPUnit\Framework\TestCase; | ||
|
|
||
| class RequirementsTest extends TestCase | ||
| { | ||
| public function testOne() | ||
| { | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,7 @@ | ||
| <?php | ||
| use PHPUnit\Framework\TestCase; | ||
|
|
||
| class StackTest extends TestCase | ||
| { | ||
| public function testPush() | ||
| { | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,7 @@ | ||
| <?php | ||
| use PHPUnit\Framework\TestCase; | ||
|
|
||
| class StopsOnWarningTest extends TestCase | ||
| { | ||
| public function testOne() | ||
| { | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,7 @@ | ||
| <?php | ||
| use PHPUnit\Framework\TestCase; | ||
|
|
||
| class Success extends TestCase | ||
| { | ||
| protected function runTest() | ||
| { | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,8 @@ | ||
| <?php | ||
|
|
||
| use PHPUnit\Framework\TestCase; | ||
|
|
||
| class TestDoxGroupTest extends TestCase | ||
| { | ||
| /** | ||
| * @group one | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,7 @@ | ||
| <?php | ||
| use PHPUnit\Framework\TestCase; | ||
|
|
||
| class TestIncomplete extends TestCase | ||
| { | ||
| protected function runTest() | ||
| { | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,7 @@ | ||
| <?php | ||
| use PHPUnit\Framework\TestCase; | ||
|
|
||
| class TestSkipped extends TestCase | ||
| { | ||
| protected function runTest() | ||
| { | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,7 @@ | ||
| <?php | ||
| use PHPUnit\Framework\TestCase; | ||
|
|
||
| class TestError extends TestCase | ||
| { | ||
| protected function runTest() | ||
| { | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,7 @@ | ||
| <?php | ||
| use PHPUnit\Framework\TestCase; | ||
|
|
||
| class TestWithTest extends TestCase | ||
| { | ||
| /** | ||
| * @testWith [0, 0, 0] | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,7 @@ | ||
| <?php | ||
| use PHPUnit\Framework\TestCase; | ||
|
|
||
| class ThrowExceptionTestCase extends TestCase | ||
| { | ||
| public function test() | ||
| { | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,7 @@ | ||
| <?php | ||
| use PHPUnit\Framework\TestCase; | ||
|
|
||
| class WasRun extends TestCase | ||
| { | ||
| public $wasRun = false; | ||
|
|
||
|
|
||