init
This commit is contained in:
13
vendor/codeception/base/tests/data/SimpleAdminGroupCest.php
vendored
Normal file
13
vendor/codeception/base/tests/data/SimpleAdminGroupCest.php
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
class SimpleAdminGroupCest
|
||||
{
|
||||
/**
|
||||
* @group admin
|
||||
*/
|
||||
function testAdminGroup()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user