Incomplete.php 109 Bytes
<?php
namespace Codeception\Exception;

class Incomplete extends \PHPUnit\Framework\IncompleteTestError
{

}