ffmpeg-mappable-media/tests/ExampleTest.php

6 lines
70 B
PHP
Raw Permalink Normal View History

2022-08-21 15:37:37 -05:00
<?php
it('can test', function () {
expect(true)->toBeTrue();
});