1
0
Fork 0
mirror of https://github.com/archtechx/airwire-demo.git synced 2025-12-12 00:24:03 +00:00
airwire-demo/tests/Unit/FooTest.php
2021-05-21 18:38:26 +02:00

5 lines
69 B
PHP

<?php
test('abc', function () {
expect('foo')->toBe('foo');
});