This website requires JavaScript.
Explore
Help
Sign In
hauke
/
Magallanes
Watch
1
Star
0
Fork
0
mirror of
https://github.com/hauke68/Magallanes.git
synced
2026-09-08 14:28:57 +02:00
Code
Issues
Releases
Wiki
Activity
Files
5b63f4b5d08605c5d04df1d7e0d28176ff74e7f6
Magallanes
/
tests
/
Dummies
/
Command
/
MyInconsistentCommand.php
T
12 lines
115 B
PHP
Raw
Normal View
History
Unescape
Escape
Dummy commands created for testing custom command behaviour
2014-12-07 23:00:19 +01:00
<?
php
namespace
Command
;
class
MyInconsistentCommand
{
public
function
run
()
{
return
0
;
}
}
Reference in New Issue
Copy Permalink