IOP-Patho/vendor/codeception/base/tests/data/SimpleTest.php

8 lines
141 B
PHP
Raw Normal View History

2025-07-17 08:28:28 +00:00
<?php
class SampleTest extends \PHPUnit\Framework\TestCase
{
public function testOfTest() {
$this->assertTrue(true);
}
}