mirror of
https://github.com/pestphp/pest.git
synced 2026-07-25 11:00:02 +02:00
Add support for installing Pest into a Lumen application
This entails creating Laravel and Lumen-specific stubs, and ensuring that the appropriate stubs are copied as part of the pest install.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
|
||||
uses(TestCase::class);
|
||||
Reference in New Issue
Block a user