1
0
Fork 0
mirror of https://github.com/pnx/neotest-phpunit synced 2026-06-16 03:54:55 +02:00
neotest-phpunit/tests/Unit/ExampleTest.php
2024-06-11 11:15:45 -04:00

9 lines
148 B
PHP

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