code-katas/php/tests/ExampleTest.php

6 lines
81 B
PHP

<?php
it('should return true', function () {
expect(false)->toBeTrue();
});