ffmpeg-mappable-media/tests/ExampleTest.php
2022-08-21 17:26:08 -05:00

5 lines
70 B
PHP

<?php
it('can test', function () {
expect(true)->toBeTrue();
});