mirror of
https://github.com/pestphp/pest.git
synced 2026-03-07 08:17:22 +01:00
6 lines
81 B
Plaintext
6 lines
81 B
Plaintext
<?php
|
|
|
|
test('that true is true', function () {
|
|
expect(true)->toBeTrue();
|
|
});
|