Page MenuHomeWickedGov Phorge

TestListMissingException.php
No OneTemporary

Size
308 B
Referenced Files
None
Subscribers
None

TestListMissingException.php

<?php
declare( strict_types = 1 );
namespace MediaWiki\Composer\PhpUnitSplitter;
/**
* @license GPL-2.0-or-later
*/
class TestListMissingException extends \Exception {
public function __construct( string $testListFile ) {
parent::__construct( "Could not find test list at " . $testListFile );
}
}

File Metadata

Mime Type
text/x-php
Expires
Sat, May 16, 14:36 (22 h, 25 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
74/58/eb6e863e224b5b1b65de578eaf48
Default Alt Text
TestListMissingException.php (308 B)

Event Timeline