netgescon-day0/tests/Unit/RataTest.php

6 lines
71 B
PHP
Executable File

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