techblog/tests/Unit/ExampleTest.php

5 lines
80 B
PHP
Raw Normal View History

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