Files
plugin-skeleton/tests/ExampleTest.php
Ryan Chandler 3e708cf4c5 init
2022-01-04 12:06:56 +00:00

6 lines
70 B
PHP

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