You've already forked Epicnabbo-Catalogus-Updated-Daily
6 lines
87 B
PHP
6 lines
87 B
PHP
<?php
|
|
|
|
test('that true is true', function (): void {
|
|
expect(true)->toBeTrue();
|
|
});
|