mirror of
https://github.com/pestphp/pest.git
synced 2026-03-07 00:07:22 +01:00
fix: test suite
This commit is contained in:
@ -9,5 +9,14 @@ namespace Pest\PendingCalls\Concerns;
|
||||
*/
|
||||
trait Describable
|
||||
{
|
||||
/**
|
||||
* Note: this is property is not used; however,
|
||||
* it gets added automatically by rector php.
|
||||
*/
|
||||
public string $__describing;
|
||||
|
||||
/**
|
||||
* The describing of the test case.
|
||||
*/
|
||||
public ?string $describing = null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user