<?php declare(strict_types=1);
/*
* This file is part of PHPUnit.
*
* (c) Sebastian Bergmann <sebastian@phpunit.de>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace PHPUnit\Framework\TestSize;
/**
* @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
*
* @internal This class is not covered by the backward compatibility promise for PHPUnit
*
* @psalm-immutable
*/
final class Unknown extends TestSize
{
/**
* @psalm-assert-if-true Unknown $this
*/
public function isUnknown(): bool
{
return true;
}
public function asString(): string
{
return 'unknown';
}
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| Known.php | File | 752 B | 0644 |
|
| Large.php | File | 863 B | 0644 |
|
| Medium.php | File | 866 B | 0644 |
|
| Small.php | File | 850 B | 0644 |
|
| TestSize.php | File | 1.53 KB | 0644 |
|
| Unknown.php | File | 769 B | 0644 |
|