| DIR: /home/cardxfeb/www/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/ |
| Current File : //home/cardxfeb/www/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/pest.unit.stub |
<?php
test('example', function () {
expect(true)->toBeTrue();
});
|