PATH:
home
/
lab2454c
/
bancmils.com
/
vendor
/
nunomaduro
/
collision
/
src
/
Contracts
/
Adapters
/
Phpunit
<?php declare(strict_types=1); namespace NunoMaduro\Collision\Contracts\Adapters\Phpunit; /** * @internal */ interface HasPrintableTestCaseName { /** * Returns the test case name that should be used by the printer. */ public function getPrintableTestCaseName(): string; }
[-] HasPrintableTestCaseName.php
[edit]
[-] Listener.php
[edit]
[+]
..
[-] .htaccess
[edit]