Seditio Source
Root |
./othercms/croogo-4.0.7/vendor/cakephp/acl/tests/TestCase/test_nested_plugin_controllers.php
<?php
namespace Nested\TestPluginTwo\Controller;

use
Cake\Controller\Controller;

class
PluginTwoController extends Controller
{

    public function
index()
    {
    }

    public function
add()
    {
    }

    public function
edit()
    {
    }
}