SiteWeaver_CMS/tests/unit/UnitTester.php
Funky Waddle c3ec2b86d9
Some checks are pending
CI / build_and_test (push) Waiting to run
Milestones 0, 1, 2
2026-09-09 18:58:20 -05:00

8 lines
113 B
PHP

<?php
namespace Tests\unit;
class UnitTester extends \Codeception\Actor {
use \Codeception\AssertThrows;
}