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

13 lines
119 B
PHP
Raw Normal View History

2025-07-17 08:28:28 +00:00
<?php
class SimpleAdminGroupCest
{
/**
* @group admin
*/
function testAdminGroup()
{
}
}