coolify/tests/Feature/ParseServiceTest.php

8 lines
72 B
PHP
Raw Normal View History

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