Current Path : /home/dev2.destoffenstraat.com/update/vendor/phpunit/phpunit/tests/_files/ |
Current File : /home/dev2.destoffenstraat.com/update/vendor/phpunit/phpunit/tests/_files/TestDoxGroupTest.php |
<?php use PHPUnit\Framework\TestCase; class TestDoxGroupTest extends TestCase { /** * @group one */ public function testOne() { $this->assertTrue(true); } /** * @group two */ public function testTwo() { $this->assertTrue(true); } }