This website works better with JavaScript
Home
Explore
Help
Sign In
githab
/
cakephp
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
move Shell/Plugin* => Command/Plugin* files
saeid
6 years ago
parent
385a8398f0
commit
c8140aa320
7 changed files
with
0 additions
and
0 deletions
Split View
Show Diff Stats
0
0
src/Command/PluginLoadCommand.php
0
0
src/Command/PluginLoadedCommand.php
0
0
src/Command/PluginUnloadCommand.php
0
0
tests/TestCase/Command/PluginAssetsCommandsTest.php
0
0
tests/TestCase/Command/PluginLoadCommandTest.php
0
0
tests/TestCase/Command/PluginLoadedCommandTest.php
0
0
tests/TestCase/Command/PluginUnloadCommandTest.php
src/Shell/Task/LoadTask.php → src/Command/PluginLoadCommand.php
View File
src/Shell/PluginShell.php → src/Command/PluginLoadedCommand.php
View File
src/Shell/Task/UnloadTask.php → src/Command/PluginUnloadCommand.php
View File
tests/TestCase/Shell/Task/AssetsTaskTest.php → tests/TestCase/Command/PluginAssetsCommandsTest.php
View File
tests/TestCase/Shell/Task/LoadTaskTest.php → tests/TestCase/Command/PluginLoadCommandTest.php
View File
tests/TestCase/Shell/PluginShellTest.php → tests/TestCase/Command/PluginLoadedCommandTest.php
View File
tests/TestCase/Shell/Task/UnloadTaskTest.php → tests/TestCase/Command/PluginUnloadCommandTest.php
View File