File "pest.unit.stub"
Full Path: /home/clickysoft/public_html/jmapi5.clickysoft.net/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/pest.unit.stub
File size: 71 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
test('example', function () {
expect(true)->toBeTrue();
});