Preview: AssertMethod.php
Size: 256 B
/opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/rector/rector-phpunit/src/Enum/AssertMethod.php
<?php
declare (strict_types=1);
namespace Rector\PHPUnit\Enum;
final class AssertMethod
{
/**
* @var string
*/
public const ASSERT_FALSE = 'assertFalse';
/**
* @var string
*/
public const ASSERT_TRUE = 'assertTrue';
}
Directory Contents
Dirs: 0 × Files: 3