mirror of
https://github.com/pestphp/pest.git
synced 2026-03-07 00:07:22 +01:00
feat: toHaveAllMethodsDocumented and toHaveAllPropertiesDocumented
This commit is contained in:
@ -26,8 +26,14 @@ use PHPUnit\TestRunner\TestResult\TestResult as PhpUnitTestResult;
|
||||
*/
|
||||
final class Converter
|
||||
{
|
||||
/**
|
||||
* The prefix for the test suite name.
|
||||
*/
|
||||
private const PREFIX = 'P\\';
|
||||
|
||||
/**
|
||||
* The state generator.
|
||||
*/
|
||||
private readonly StateGenerator $stateGenerator;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user