mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 11:41:09 -04:00
12 lines
125 B
PHP
12 lines
125 B
PHP
<?php
|
|
|
|
namespace Tests;
|
|
|
|
/**
|
|
* A basic assert example.
|
|
*/
|
|
function assertExample(): void
|
|
{
|
|
test()->assertTrue(true);
|
|
}
|