5 lines
81 B
PHP
Executable file
5 lines
81 B
PHP
Executable file
<?php
|
|
|
|
test('that true is true', function () {
|
|
expect(true)->toBeTrue();
|
|
});
|