mirror of
https://github.com/Dannecron/coverage-merger.git
synced 2025-12-25 15:52:34 +03:00
8 lines
99 B
PHP
8 lines
99 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
\test('example', function () {
|
|
\expect(true)->toBeTrue();
|
|
});
|