lasthourcloud/tests/Feature/ParseServiceTest.php

8 lines
72 B
PHP
Raw Normal View History

2023-09-27 10:45:53 +00:00
<?php
test('parse', function () {
expect($result)->toBe(3);
});