Browse Source

Moved plugin classes files under "src" folder.

ADmad 11 years ago
parent
commit
4d1514a231
80 changed files with 27 additions and 20 deletions
  1. 1 1
      src/Core/App.php
  2. 6 3
      src/Core/Plugin.php
  3. 17 13
      tests/TestCase/View/ViewTest.php
  4. 3 3
      tests/bootstrap.php
  5. 0 0
      tests/test_app/Plugin/Company/TestPluginThree/src/Config/bootstrap.php
  6. 0 0
      tests/test_app/Plugin/Company/TestPluginThree/src/Model/Table/TestPluginThreeCommentsTable.php
  7. 0 0
      tests/test_app/Plugin/Company/TestPluginThree/src/Template/Layout/default.ctp
  8. 0 0
      tests/test_app/Plugin/Company/TestPluginThree/src/Utility/Hello.php
  9. 0 0
      tests/test_app/Plugin/PluginJs/src/Config/bootstrap.php
  10. 0 0
      tests/test_app/Plugin/TestPlugin/src/Cache/Engine/TestPluginCacheEngine.php
  11. 0 0
      tests/test_app/Plugin/TestPlugin/src/Config/Schema/schema.php
  12. 0 0
      tests/test_app/Plugin/TestPlugin/src/Config/acl.ini.php
  13. 0 0
      tests/test_app/Plugin/TestPlugin/src/Config/bootstrap.php
  14. 0 0
      tests/test_app/Plugin/TestPlugin/src/Config/custom_config.php
  15. 0 0
      tests/test_app/Plugin/TestPlugin/src/Config/load.php
  16. 0 0
      tests/test_app/Plugin/TestPlugin/src/Config/more.load.php
  17. 0 0
      tests/test_app/Plugin/TestPlugin/src/Config/nested.ini
  18. 0 0
      tests/test_app/Plugin/TestPlugin/src/Config/routes.php
  19. 0 0
      tests/test_app/Plugin/TestPlugin/src/Config/test_templates.php
  20. 0 0
      tests/test_app/Plugin/TestPlugin/src/Console/Command/ExampleShell.php
  21. 0 0
      tests/test_app/Plugin/TestPlugin/src/Console/Command/Task/OtherTaskTask.php
  22. 0 0
      tests/test_app/Plugin/TestPlugin/src/Console/Command/Task/WidgetTask.php
  23. 0 0
      tests/test_app/Plugin/TestPlugin/src/Console/Command/Task/ZergTask.php
  24. 0 0
      tests/test_app/Plugin/TestPlugin/src/Console/Templates/empty
  25. 0 0
      tests/test_app/Plugin/TestPlugin/src/Controller/Admin/CommentsController.php
  26. 0 0
      tests/test_app/Plugin/TestPlugin/src/Controller/Component/OtherComponent.php
  27. 0 0
      tests/test_app/Plugin/TestPlugin/src/Controller/Component/PluginsComponent.php
  28. 0 0
      tests/test_app/Plugin/TestPlugin/src/Controller/Component/TestPluginComponent.php
  29. 0 0
      tests/test_app/Plugin/TestPlugin/src/Controller/Component/TestPluginOtherComponent.php
  30. 0 0
      tests/test_app/Plugin/TestPlugin/src/Controller/TestPluginAppController.php
  31. 0 0
      tests/test_app/Plugin/TestPlugin/src/Controller/TestPluginController.php
  32. 0 0
      tests/test_app/Plugin/TestPlugin/src/Controller/TestsController.php
  33. 0 0
      tests/test_app/Plugin/TestPlugin/src/Datasource/TestSource.php
  34. 0 0
      tests/test_app/Plugin/TestPlugin/src/Error/TestPluginExceptionRenderer.php
  35. 0 0
      tests/test_app/Plugin/TestPlugin/src/Lib/Custom/Package/CustomLibClass.php
  36. 0 0
      tests/test_app/Plugin/TestPlugin/src/Lib/TestPluginLibrary.php
  37. 0 0
      tests/test_app/Plugin/TestPlugin/src/Lib/TestPluginOtherLibrary.php
  38. 0 0
      tests/test_app/Plugin/TestPlugin/src/Locale/po/LC_MESSAGES/test_plugin.po
  39. 0 0
      tests/test_app/Plugin/TestPlugin/src/Locale/po/LC_MONETARY/test_plugin.po
  40. 0 0
      tests/test_app/Plugin/TestPlugin/src/Log/Engine/TestPluginLog.php
  41. 0 0
      tests/test_app/Plugin/TestPlugin/src/Model/Behavior/PersisterOneBehavior.php
  42. 0 0
      tests/test_app/Plugin/TestPlugin/src/Model/Table/TestPluginCommentsTable.php
  43. 0 0
      tests/test_app/Plugin/TestPlugin/src/Network/Session/TestPluginSession.php
  44. 0 0
      tests/test_app/Plugin/TestPlugin/src/Routing/Filter/Test2DispatcherFilter.php
  45. 0 0
      tests/test_app/Plugin/TestPlugin/src/Routing/Filter/TestDispatcherFilter.php
  46. 0 0
      tests/test_app/Plugin/TestPlugin/src/Routing/Route/TestRoute.php
  47. 0 0
      tests/test_app/Plugin/TestPlugin/src/Template/Admin/Comments/index.ctp
  48. 0 0
      tests/test_app/Plugin/TestPlugin/src/Template/Cell/Dummy/display.ctp
  49. 0 0
      tests/test_app/Plugin/TestPlugin/src/Template/Cell/Dummy/echo_this.ctp
  50. 0 0
      tests/test_app/Plugin/TestPlugin/src/Template/Element/plugin_element.ctp
  51. 0 0
      tests/test_app/Plugin/TestPlugin/src/Template/Element/sub_dir/sub_element.ctp
  52. 0 0
      tests/test_app/Plugin/TestPlugin/src/Template/Element/test_plugin_element.ctp
  53. 0 0
      tests/test_app/Plugin/TestPlugin/src/Template/Element/translate.ctp
  54. 0 0
      tests/test_app/Plugin/TestPlugin/src/Template/Email/text/test_plugin_tpl.ctp
  55. 0 0
      tests/test_app/Plugin/TestPlugin/src/Template/Layout/Email/text/plug_default.ctp
  56. 0 0
      tests/test_app/Plugin/TestPlugin/src/Template/Layout/default.ctp
  57. 0 0
      tests/test_app/Plugin/TestPlugin/src/Template/Tests/index.ctp
  58. 0 0
      tests/test_app/Plugin/TestPlugin/src/Utility/TestPluginEngine.php
  59. 0 0
      tests/test_app/Plugin/TestPlugin/src/Vendor/Example/ExampleExample.php
  60. 0 0
      tests/test_app/Plugin/TestPlugin/src/Vendor/sample/sample_plugin.php
  61. 0 0
      tests/test_app/Plugin/TestPlugin/src/Vendor/welcome.php
  62. 0 0
      tests/test_app/Plugin/TestPlugin/src/View/Cell/DummyCell.php
  63. 0 0
      tests/test_app/Plugin/TestPlugin/src/View/Helper/OtherHelperHelper.php
  64. 0 0
      tests/test_app/Plugin/TestPlugin/src/View/Helper/PluggedHelperHelper.php
  65. 0 0
      tests/test_app/Plugin/TestPlugin/src/View/Helper/TestPluginAppHelper.php
  66. 0 0
      tests/test_app/Plugin/TestPluginTwo/src/Config/bootstrap.php
  67. 0 0
      tests/test_app/Plugin/TestPluginTwo/src/Console/Command/ExampleShell.php
  68. 0 0
      tests/test_app/Plugin/TestPluginTwo/src/Console/Command/Task/empty
  69. 0 0
      tests/test_app/Plugin/TestPluginTwo/src/Console/Command/WelcomeShell.php
  70. 0 0
      tests/test_app/Plugin/TestPluginTwo/src/Console/Templates/empty
  71. 0 0
      tests/test_app/Plugin/TestPluginTwo/src/Template/Layout/Email/text/default.ctp
  72. 0 0
      tests/test_app/Plugin/TestTheme/src/Template/Cell/Articles/display.ctp
  73. 0 0
      tests/test_app/Plugin/TestTheme/src/Template/Element/test_element.ctp
  74. 0 0
      tests/test_app/Plugin/TestTheme/src/Template/Email/text/themed.ctp
  75. 0 0
      tests/test_app/Plugin/TestTheme/src/Template/Layout/default.ctp
  76. 0 0
      tests/test_app/Plugin/TestTheme/src/Template/Plugin/TestPlugin/Email/text/test_plugin_tpl.ctp
  77. 0 0
      tests/test_app/Plugin/TestTheme/src/Template/Plugin/TestPlugin/Layout/plugin_default.ctp
  78. 0 0
      tests/test_app/Plugin/TestTheme/src/Template/Plugin/TestPlugin/Tests/index.ctp
  79. 0 0
      tests/test_app/Plugin/TestTheme/src/Template/Posts/index.ctp
  80. 0 0
      tests/test_app/Plugin/TestTheme/src/Template/Posts/themed.ctp

+ 1 - 1
src/Core/App.php

@@ -140,7 +140,7 @@ class App {
 			return (array)Configure::read('App.paths.templates');
 		}
 		if (!empty($plugin)) {
-			return [static::pluginPath($plugin) . $type . DS];
+			return [static::pluginPath($plugin) . 'src' . DS . $type . DS];
 		}
 		return [APP . $type . DS];
 	}

+ 6 - 3
src/Core/Plugin.php

@@ -157,7 +157,10 @@ class Plugin {
 				static::$_loader = new ClassLoader;
 				static::$_loader->register();
 			}
-			static::$_loader->addNamespace($config['namespace'], $config['path']);
+			static::$_loader->addNamespace(
+				$config['namespace'],
+				$config['path'] . 'src' . DS
+			);
 		}
 	}
 
@@ -241,7 +244,7 @@ class Plugin {
 		$path = static::path($plugin);
 		if ($config['bootstrap'] === true) {
 			return static::_includeFile(
-				$path . 'Config/bootstrap.php',
+				$path . 'src' . DS . 'Config' . DS . 'bootstrap.php',
 				$config['ignoreMissing']
 			);
 		}
@@ -266,7 +269,7 @@ class Plugin {
 			return false;
 		}
 		return (bool)static::_includeFile(
-			static::path($plugin) . 'Config' . DS . 'routes.php',
+			static::path($plugin) . 'src' . DS . 'Config' . DS . 'routes.php',
 			$config['ignoreMissing']
 		);
 	}

+ 17 - 13
tests/TestCase/View/ViewTest.php

@@ -309,11 +309,11 @@ class ViewTest extends TestCase {
 		$result = $ThemeView->getViewFileName('home');
 		$this->assertPathEquals($expected, $result);
 
-		$expected = Plugin::path('TestTheme') . 'Template' . DS . 'Posts' . DS . 'index.ctp';
+		$expected = Plugin::path('TestTheme') . 'src' . DS . 'Template' . DS . 'Posts' . DS . 'index.ctp';
 		$result = $ThemeView->getViewFileName('/Posts/index');
 		$this->assertPathEquals($expected, $result);
 
-		$expected = Plugin::path('TestTheme') . 'Template' . DS . 'Layout' . DS . 'default.ctp';
+		$expected = Plugin::path('TestTheme') . 'src' . DS . 'Template' . DS . 'Layout' . DS . 'default.ctp';
 		$result = $ThemeView->getLayoutFileName();
 		$this->assertPathEquals($expected, $result);
 
@@ -330,7 +330,7 @@ class ViewTest extends TestCase {
 		$ThemeView = new TestThemeView(null, null, null, $viewOptions);
 
 		$ThemeView->theme = 'Company/TestPluginThree';
-		$expected = Plugin::path('Company/TestPluginThree') . 'Template' . DS . 'Layout' . DS . 'default.ctp';
+		$expected = Plugin::path('Company/TestPluginThree') . 'src' . DS . 'Template' . DS . 'Layout' . DS . 'default.ctp';
 		$result = $ThemeView->getLayoutFileName();
 		$this->assertPathEquals($expected, $result);
 	}
@@ -349,11 +349,11 @@ class ViewTest extends TestCase {
 
 		$View = new TestView(null, null, null, $viewOptions);
 
-		$expected = Plugin::path('TestPlugin') . 'Template' . DS . 'Tests' . DS . 'index.ctp';
+		$expected = Plugin::path('TestPlugin') . 'src' . DS . 'Template' . DS . 'Tests' . DS . 'index.ctp';
 		$result = $View->getViewFileName('index');
 		$this->assertEquals($expected, $result);
 
-		$expected = Plugin::path('TestPlugin') . 'Template' . DS . 'Layout' . DS . 'default.ctp';
+		$expected = Plugin::path('TestPlugin') . 'src' . DS . 'Template' . DS . 'Layout' . DS . 'default.ctp';
 		$result = $View->getLayoutFileName();
 		$this->assertEquals($expected, $result);
 	}
@@ -372,7 +372,7 @@ class ViewTest extends TestCase {
 		];
 
 		$ThemeView = new TestThemeView(null, null, null, $viewOptions);
-		$themePath = Plugin::path('TestTheme') . 'Template' . DS;
+		$themePath = Plugin::path('TestTheme') . 'src' . DS . 'Template' . DS;
 
 		$expected = $themePath . 'Plugin' . DS . 'TestPlugin' . DS . 'Tests' . DS . 'index.ctp';
 		$result = $ThemeView->getViewFileName('index');
@@ -408,7 +408,7 @@ class ViewTest extends TestCase {
 		$pluginPath = Plugin::path('TestPlugin');
 		$expected = array(
 			TEST_APP . 'TestApp' . DS . 'Template' . DS . 'Plugin' . DS . 'TestPlugin' . DS,
-			$pluginPath . 'Template' . DS,
+			$pluginPath . 'src' . DS . 'Template' . DS,
 			TEST_APP . 'TestApp' . DS . 'Template' . DS,
 			CAKE . 'Template' . DS,
 		);
@@ -430,11 +430,12 @@ class ViewTest extends TestCase {
 		$View = new TestView(null, null, null, $viewOptions);
 
 		$pluginPath = Plugin::path('TestPlugin');
-		$expected = TEST_APP . 'Plugin' . DS . 'TestPlugin' . DS . 'Template' . DS . 'Tests' . DS . 'index.ctp';
+		$expected = TEST_APP . 'Plugin' . DS . 'TestPlugin' . DS . 'src' . DS .
+			'Template' . DS . 'Tests' . DS . 'index.ctp';
 		$result = $View->getViewFileName('index');
 		$this->assertPathEquals($expected, $result);
 
-		$expected = $pluginPath . 'Template' . DS . 'Layout' . DS . 'default.ctp';
+		$expected = $pluginPath . 'src' . DS . 'Template' . DS . 'Layout' . DS . 'default.ctp';
 		$result = $View->getLayoutFileName();
 		$this->assertPathEquals($expected, $result);
 	}
@@ -476,7 +477,8 @@ class ViewTest extends TestCase {
 		$this->assertPathEquals($expected, $result, 'Plugin is missing the view, cascade to app.');
 
 		$View->viewPath = 'Tests';
-		$expected = TEST_APP . 'Plugin' . DS . 'TestPlugin' . DS . 'Template' . DS . 'Tests' . DS . 'index.ctp';
+		$expected = TEST_APP . 'Plugin' . DS . 'TestPlugin' . DS . 'src' . DS .
+			'Template' . DS . 'Tests' . DS . 'index.ctp';
 		$result = $View->getViewFileName('TestPlugin.index');
 		$this->assertPathEquals($expected, $result);
 	}
@@ -525,12 +527,14 @@ class ViewTest extends TestCase {
 		$View = new TestView(null, null, null, $viewOptions);
 		Plugin::load('TestPlugin');
 
-		$expected = TEST_APP . 'Plugin' . DS . 'TestPlugin' . DS . 'Template' . DS . 'Layout' . DS . 'default.ctp';
+		$expected = TEST_APP . 'Plugin' . DS . 'TestPlugin' . DS . 'src' . DS .
+			'Template' . DS . 'Layout' . DS . 'default.ctp';
 		$result = $View->getLayoutFileName('TestPlugin.default');
 		$this->assertPathEquals($expected, $result);
 
 		$View->plugin = 'TestPlugin';
-		$expected = TEST_APP . 'Plugin' . DS . 'TestPlugin' . DS . 'Template' . DS . 'Layout' . DS . 'default.ctp';
+		$expected = TEST_APP . 'Plugin' . DS . 'TestPlugin' . DS . 'src' . DS .
+			'Template' . DS . 'Layout' . DS . 'default.ctp';
 		$result = $View->getLayoutFileName('default');
 		$this->assertPathEquals($expected, $result);
 	}
@@ -1013,7 +1017,7 @@ class ViewTest extends TestCase {
 		$View = $this->PostsController->createView('Cake\Test\TestCase\View\TestView');
 		$pluginPath = TEST_APP . 'Plugin' . DS . 'TestPlugin' . DS;
 		$result = $View->getViewFileName('sub_dir/sub_element');
-		$expected = $pluginPath . 'Template' . DS . 'Element' . DS . 'sub_dir' . DS . 'sub_element.ctp';
+		$expected = $pluginPath . 'src' . DS . 'Template' . DS . 'Element' . DS . 'sub_dir' . DS . 'sub_element.ctp';
 		$this->assertPathEquals($expected, $result);
 	}
 

+ 3 - 3
tests/bootstrap.php

@@ -56,9 +56,9 @@ $loader = new Cake\Core\ClassLoader;
 $loader->register();
 
 $loader->addNamespace('TestApp', APP);
-$loader->addNamespace('TestPlugin', TEST_APP . 'Plugin/TestPlugin');
-$loader->addNamespace('TestPluginTwo', TEST_APP . 'Plugin/TestPluginTwo');
-$loader->addNamespace('PluginJs', TEST_APP . 'Plugin/PluginJs');
+$loader->addNamespace('TestPlugin', TEST_APP . 'Plugin' . DS . 'TestPlugin' . DS . 'src');
+$loader->addNamespace('TestPluginTwo', TEST_APP . 'Plugin' . DS . 'TestPluginTwo' . DS . 'src');
+$loader->addNamespace('PluginJs', TEST_APP . 'Plugin' . DS . 'PluginJs' . DS . 'src');
 
 require_once CAKE . 'bootstrap.php';
 

tests/test_app/Plugin/Company/TestPluginThree/Config/bootstrap.php → tests/test_app/Plugin/Company/TestPluginThree/src/Config/bootstrap.php


tests/test_app/Plugin/Company/TestPluginThree/Model/Table/TestPluginThreeCommentsTable.php → tests/test_app/Plugin/Company/TestPluginThree/src/Model/Table/TestPluginThreeCommentsTable.php


tests/test_app/Plugin/Company/TestPluginThree/Template/Layout/default.ctp → tests/test_app/Plugin/Company/TestPluginThree/src/Template/Layout/default.ctp


tests/test_app/Plugin/Company/TestPluginThree/Utility/Hello.php → tests/test_app/Plugin/Company/TestPluginThree/src/Utility/Hello.php


tests/test_app/Plugin/PluginJs/Config/bootstrap.php → tests/test_app/Plugin/PluginJs/src/Config/bootstrap.php


tests/test_app/Plugin/TestPlugin/Cache/Engine/TestPluginCacheEngine.php → tests/test_app/Plugin/TestPlugin/src/Cache/Engine/TestPluginCacheEngine.php


tests/test_app/Plugin/TestPlugin/Config/Schema/schema.php → tests/test_app/Plugin/TestPlugin/src/Config/Schema/schema.php


tests/test_app/Plugin/TestPlugin/Config/acl.ini.php → tests/test_app/Plugin/TestPlugin/src/Config/acl.ini.php


tests/test_app/Plugin/TestPlugin/Config/bootstrap.php → tests/test_app/Plugin/TestPlugin/src/Config/bootstrap.php


tests/test_app/Plugin/TestPlugin/Config/custom_config.php → tests/test_app/Plugin/TestPlugin/src/Config/custom_config.php


tests/test_app/Plugin/TestPlugin/Config/load.php → tests/test_app/Plugin/TestPlugin/src/Config/load.php


tests/test_app/Plugin/TestPlugin/Config/more.load.php → tests/test_app/Plugin/TestPlugin/src/Config/more.load.php


tests/test_app/Plugin/TestPlugin/Config/nested.ini → tests/test_app/Plugin/TestPlugin/src/Config/nested.ini


tests/test_app/Plugin/TestPlugin/Config/routes.php → tests/test_app/Plugin/TestPlugin/src/Config/routes.php


tests/test_app/Plugin/TestPlugin/Config/test_templates.php → tests/test_app/Plugin/TestPlugin/src/Config/test_templates.php


tests/test_app/Plugin/TestPlugin/Console/Command/ExampleShell.php → tests/test_app/Plugin/TestPlugin/src/Console/Command/ExampleShell.php


tests/test_app/Plugin/TestPlugin/Console/Command/Task/OtherTaskTask.php → tests/test_app/Plugin/TestPlugin/src/Console/Command/Task/OtherTaskTask.php


tests/test_app/Plugin/TestPlugin/Console/Command/Task/WidgetTask.php → tests/test_app/Plugin/TestPlugin/src/Console/Command/Task/WidgetTask.php


tests/test_app/Plugin/TestPlugin/Console/Command/Task/ZergTask.php → tests/test_app/Plugin/TestPlugin/src/Console/Command/Task/ZergTask.php


tests/test_app/Plugin/TestPlugin/Console/Templates/empty → tests/test_app/Plugin/TestPlugin/src/Console/Templates/empty


tests/test_app/Plugin/TestPlugin/Controller/Admin/CommentsController.php → tests/test_app/Plugin/TestPlugin/src/Controller/Admin/CommentsController.php


tests/test_app/Plugin/TestPlugin/Controller/Component/OtherComponent.php → tests/test_app/Plugin/TestPlugin/src/Controller/Component/OtherComponent.php


tests/test_app/Plugin/TestPlugin/Controller/Component/PluginsComponent.php → tests/test_app/Plugin/TestPlugin/src/Controller/Component/PluginsComponent.php


tests/test_app/Plugin/TestPlugin/Controller/Component/TestPluginComponent.php → tests/test_app/Plugin/TestPlugin/src/Controller/Component/TestPluginComponent.php


tests/test_app/Plugin/TestPlugin/Controller/Component/TestPluginOtherComponent.php → tests/test_app/Plugin/TestPlugin/src/Controller/Component/TestPluginOtherComponent.php


tests/test_app/Plugin/TestPlugin/Controller/TestPluginAppController.php → tests/test_app/Plugin/TestPlugin/src/Controller/TestPluginAppController.php


tests/test_app/Plugin/TestPlugin/Controller/TestPluginController.php → tests/test_app/Plugin/TestPlugin/src/Controller/TestPluginController.php


tests/test_app/Plugin/TestPlugin/Controller/TestsController.php → tests/test_app/Plugin/TestPlugin/src/Controller/TestsController.php


tests/test_app/Plugin/TestPlugin/Datasource/TestSource.php → tests/test_app/Plugin/TestPlugin/src/Datasource/TestSource.php


tests/test_app/Plugin/TestPlugin/Error/TestPluginExceptionRenderer.php → tests/test_app/Plugin/TestPlugin/src/Error/TestPluginExceptionRenderer.php


tests/test_app/Plugin/TestPlugin/Lib/Custom/Package/CustomLibClass.php → tests/test_app/Plugin/TestPlugin/src/Lib/Custom/Package/CustomLibClass.php


tests/test_app/Plugin/TestPlugin/Lib/TestPluginLibrary.php → tests/test_app/Plugin/TestPlugin/src/Lib/TestPluginLibrary.php


tests/test_app/Plugin/TestPlugin/Lib/TestPluginOtherLibrary.php → tests/test_app/Plugin/TestPlugin/src/Lib/TestPluginOtherLibrary.php


tests/test_app/Plugin/TestPlugin/Locale/po/LC_MESSAGES/test_plugin.po → tests/test_app/Plugin/TestPlugin/src/Locale/po/LC_MESSAGES/test_plugin.po


tests/test_app/Plugin/TestPlugin/Locale/po/LC_MONETARY/test_plugin.po → tests/test_app/Plugin/TestPlugin/src/Locale/po/LC_MONETARY/test_plugin.po


tests/test_app/Plugin/TestPlugin/Log/Engine/TestPluginLog.php → tests/test_app/Plugin/TestPlugin/src/Log/Engine/TestPluginLog.php


tests/test_app/Plugin/TestPlugin/Model/Behavior/PersisterOneBehavior.php → tests/test_app/Plugin/TestPlugin/src/Model/Behavior/PersisterOneBehavior.php


tests/test_app/Plugin/TestPlugin/Model/Table/TestPluginCommentsTable.php → tests/test_app/Plugin/TestPlugin/src/Model/Table/TestPluginCommentsTable.php


tests/test_app/Plugin/TestPlugin/Network/Session/TestPluginSession.php → tests/test_app/Plugin/TestPlugin/src/Network/Session/TestPluginSession.php


tests/test_app/Plugin/TestPlugin/Routing/Filter/Test2DispatcherFilter.php → tests/test_app/Plugin/TestPlugin/src/Routing/Filter/Test2DispatcherFilter.php


tests/test_app/Plugin/TestPlugin/Routing/Filter/TestDispatcherFilter.php → tests/test_app/Plugin/TestPlugin/src/Routing/Filter/TestDispatcherFilter.php


tests/test_app/Plugin/TestPlugin/Routing/Route/TestRoute.php → tests/test_app/Plugin/TestPlugin/src/Routing/Route/TestRoute.php


tests/test_app/Plugin/TestPlugin/Template/Admin/Comments/index.ctp → tests/test_app/Plugin/TestPlugin/src/Template/Admin/Comments/index.ctp


tests/test_app/Plugin/TestPlugin/Template/Cell/Dummy/display.ctp → tests/test_app/Plugin/TestPlugin/src/Template/Cell/Dummy/display.ctp


tests/test_app/Plugin/TestPlugin/Template/Cell/Dummy/echo_this.ctp → tests/test_app/Plugin/TestPlugin/src/Template/Cell/Dummy/echo_this.ctp


tests/test_app/Plugin/TestPlugin/Template/Element/plugin_element.ctp → tests/test_app/Plugin/TestPlugin/src/Template/Element/plugin_element.ctp


tests/test_app/Plugin/TestPlugin/Template/Element/sub_dir/sub_element.ctp → tests/test_app/Plugin/TestPlugin/src/Template/Element/sub_dir/sub_element.ctp


tests/test_app/Plugin/TestPlugin/Template/Element/test_plugin_element.ctp → tests/test_app/Plugin/TestPlugin/src/Template/Element/test_plugin_element.ctp


tests/test_app/Plugin/TestPlugin/Template/Element/translate.ctp → tests/test_app/Plugin/TestPlugin/src/Template/Element/translate.ctp


tests/test_app/Plugin/TestPlugin/Template/Email/text/test_plugin_tpl.ctp → tests/test_app/Plugin/TestPlugin/src/Template/Email/text/test_plugin_tpl.ctp


tests/test_app/Plugin/TestPlugin/Template/Layout/Email/text/plug_default.ctp → tests/test_app/Plugin/TestPlugin/src/Template/Layout/Email/text/plug_default.ctp


tests/test_app/Plugin/TestPlugin/Template/Layout/default.ctp → tests/test_app/Plugin/TestPlugin/src/Template/Layout/default.ctp


tests/test_app/Plugin/TestPlugin/Template/Tests/index.ctp → tests/test_app/Plugin/TestPlugin/src/Template/Tests/index.ctp


tests/test_app/Plugin/TestPlugin/Utility/TestPluginEngine.php → tests/test_app/Plugin/TestPlugin/src/Utility/TestPluginEngine.php


tests/test_app/Plugin/TestPlugin/Vendor/Example/ExampleExample.php → tests/test_app/Plugin/TestPlugin/src/Vendor/Example/ExampleExample.php


tests/test_app/Plugin/TestPlugin/Vendor/sample/sample_plugin.php → tests/test_app/Plugin/TestPlugin/src/Vendor/sample/sample_plugin.php


tests/test_app/Plugin/TestPlugin/Vendor/welcome.php → tests/test_app/Plugin/TestPlugin/src/Vendor/welcome.php


tests/test_app/Plugin/TestPlugin/View/Cell/DummyCell.php → tests/test_app/Plugin/TestPlugin/src/View/Cell/DummyCell.php


tests/test_app/Plugin/TestPlugin/View/Helper/OtherHelperHelper.php → tests/test_app/Plugin/TestPlugin/src/View/Helper/OtherHelperHelper.php


tests/test_app/Plugin/TestPlugin/View/Helper/PluggedHelperHelper.php → tests/test_app/Plugin/TestPlugin/src/View/Helper/PluggedHelperHelper.php


tests/test_app/Plugin/TestPlugin/View/Helper/TestPluginAppHelper.php → tests/test_app/Plugin/TestPlugin/src/View/Helper/TestPluginAppHelper.php


tests/test_app/Plugin/TestPluginTwo/Config/bootstrap.php → tests/test_app/Plugin/TestPluginTwo/src/Config/bootstrap.php


tests/test_app/Plugin/TestPluginTwo/Console/Command/ExampleShell.php → tests/test_app/Plugin/TestPluginTwo/src/Console/Command/ExampleShell.php


tests/test_app/Plugin/TestPluginTwo/Console/Command/Task/empty → tests/test_app/Plugin/TestPluginTwo/src/Console/Command/Task/empty


tests/test_app/Plugin/TestPluginTwo/Console/Command/WelcomeShell.php → tests/test_app/Plugin/TestPluginTwo/src/Console/Command/WelcomeShell.php


tests/test_app/Plugin/TestPluginTwo/Console/Templates/empty → tests/test_app/Plugin/TestPluginTwo/src/Console/Templates/empty


tests/test_app/Plugin/TestPluginTwo/Template/Layout/Email/text/default.ctp → tests/test_app/Plugin/TestPluginTwo/src/Template/Layout/Email/text/default.ctp


tests/test_app/Plugin/TestTheme/Template/Cell/Articles/display.ctp → tests/test_app/Plugin/TestTheme/src/Template/Cell/Articles/display.ctp


tests/test_app/Plugin/TestTheme/Template/Element/test_element.ctp → tests/test_app/Plugin/TestTheme/src/Template/Element/test_element.ctp


tests/test_app/Plugin/TestTheme/Template/Email/text/themed.ctp → tests/test_app/Plugin/TestTheme/src/Template/Email/text/themed.ctp


tests/test_app/Plugin/TestTheme/Template/Layout/default.ctp → tests/test_app/Plugin/TestTheme/src/Template/Layout/default.ctp


tests/test_app/Plugin/TestTheme/Template/Plugin/TestPlugin/Email/text/test_plugin_tpl.ctp → tests/test_app/Plugin/TestTheme/src/Template/Plugin/TestPlugin/Email/text/test_plugin_tpl.ctp


tests/test_app/Plugin/TestTheme/Template/Plugin/TestPlugin/Layout/plugin_default.ctp → tests/test_app/Plugin/TestTheme/src/Template/Plugin/TestPlugin/Layout/plugin_default.ctp


tests/test_app/Plugin/TestTheme/Template/Plugin/TestPlugin/Tests/index.ctp → tests/test_app/Plugin/TestTheme/src/Template/Plugin/TestPlugin/Tests/index.ctp


tests/test_app/Plugin/TestTheme/Template/Posts/index.ctp → tests/test_app/Plugin/TestTheme/src/Template/Posts/index.ctp


tests/test_app/Plugin/TestTheme/Template/Posts/themed.ctp → tests/test_app/Plugin/TestTheme/src/Template/Posts/themed.ctp