mirror of
https://github.com/pestphp/pest.git
synced 2026-03-10 09:47:23 +01:00
More tests
This commit is contained in:
@ -347,7 +347,7 @@ final class TestCall
|
||||
{
|
||||
if (! is_null($this->describing)) {
|
||||
$this->testCaseMethod->describing = $this->describing;
|
||||
$this->testCaseMethod->description = sprintf('`%s` > %s', $this->describing, $this->testCaseMethod->description);
|
||||
$this->testCaseMethod->description = sprintf('`%s` → %s', $this->describing, $this->testCaseMethod->description);
|
||||
}
|
||||
|
||||
$this->testSuite->tests->set($this->testCaseMethod);
|
||||
|
||||
Reference in New Issue
Block a user