mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
Update stub extensions
This commit is contained in:
@ -26,11 +26,11 @@ final class Init implements HandlesArguments
|
|||||||
* The files that will be created.
|
* The files that will be created.
|
||||||
*/
|
*/
|
||||||
private const STUBS = [
|
private const STUBS = [
|
||||||
'phpunit.xml' => 'phpunit.xml',
|
'phpunit.xml.stub' => 'phpunit.xml',
|
||||||
'Pest.php' => 'tests/Pest.php',
|
'Pest.php.stub' => 'tests/Pest.php',
|
||||||
'TestCase.php' => 'tests/TestCase.php',
|
'TestCase.php.stub' => 'tests/TestCase.php',
|
||||||
'Unit/ExampleTest.php' => 'tests/Unit/ExampleTest.php',
|
'Unit/ExampleTest.php.stub' => 'tests/Unit/ExampleTest.php',
|
||||||
'Feature/ExampleTest.php' => 'tests/Feature/ExampleTest.php',
|
'Feature/ExampleTest.php.stub' => 'tests/Feature/ExampleTest.php',
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user