column-multi-filter/tests/ExampleTest.php

6 lines
70 B
PHP

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