ailixir-api / tests /Unit /ExampleTest.php
AILIXIR Bot
Auto-sync: 201d269f287526269b8ffded5f450ff36b46c740
907b200
Raw
History Blame Contribute Delete
81 Bytes
<?php
test('that true is true', function () {
expect(true)->toBeTrue();
});