1
0

ExampleTest.php 81 B

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