Edit File: ExampleTest.php
<?php test('example', function () { expect(true)->toBeTrue(); });
Back