mirror of
https://github.com/archtechx/airwire-demo.git
synced 2025-12-12 00:24:03 +00:00
5 lines
69 B
PHP
5 lines
69 B
PHP
<?php
|
|
|
|
test('abc', function () {
|
|
expect('foo')->toBe('foo');
|
|
});
|