/ tests / Unit / ExampleTest.php
ExampleTest.php
1  <?php
2  
3  test('that true is true', function () {
4      expect(true)->toBeTrue();
5  });