Seditio Source
Root |
./othercms/croogo-4.0.7/vendor/cakephp/acl/tests/TestCase/test_plugin_admin_controllers.php
<?php
namespace TestPlugin\Controller\Admin;

use
Cake\Controller\Controller;

class
PluginController extends Controller
{

    public function
index()
    {
    }

    public function
add()
    {
    }

    public function
edit()
    {
    }
}