code-katas/php/tests/ExampleTest.php

6 lines
81 B
PHP
Raw Normal View History

2022-09-27 13:22:00 +00:00
<?php
it('should return true', function () {
expect(false)->toBeTrue();
});