view stubs/default/pest-tests/Unit/ExampleTest.php @ 1:a2a3059de103

Updates to some styles and general automation of creation
author luka
date Thu, 14 Aug 2025 21:09:25 -0400
parents 90e38de8f2ba
children
line wrap: on
line source

<?php

test('that true is true', function () {
    expect(true)->toBeTrue();
});