mirror of
https://github.com/pestphp/pest.git
synced 2026-03-10 01:37:21 +01:00
Fixes filtering tests
This commit is contained in:
@ -15,7 +15,7 @@ final class Only implements Terminable
|
||||
/**
|
||||
* The temporary folder.
|
||||
*/
|
||||
private const TEMPORARY_FOLDER = __DIR__
|
||||
private const string TEMPORARY_FOLDER = __DIR__
|
||||
.DIRECTORY_SEPARATOR
|
||||
.'..'
|
||||
.DIRECTORY_SEPARATOR
|
||||
|
||||
Reference in New Issue
Block a user