DEBSOURCES
Skip Quicknav
sources / phpunit / 5.4.6-2~deb9u1 / tests / _files / OneTestCase.php
1234567891011
<?php class OneTestCase extends PHPUnit_Framework_TestCase { public function noTestCase() { } public function testCase($arg = '') { } }