6 lines
81 B
PHP
6 lines
81 B
PHP
<?php
|
|
|
|
it('should return true', function () {
|
|
expect(false)->toBeTrue();
|
|
});
|