Skip to content
Snippets Groups Projects
ExampleTest.php 70 B
<?php

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