Kuba Turek
|
f605692817
|
Merge pull request #208 from KillerDiller/develop
don’t fail the initial deployment to a target, and allow ssh without a username
|
10 years ago |
Kuba Turek
|
b2e066a8c7
|
Merge pull request #211 from MikeTralala/patch-1
The timezone should be system dependent
|
10 years ago |
Mike Tralala
|
91344c0ec8
|
Update to fix the CS
|
10 years ago |
Mike Tralala
|
736fe7c4d8
|
the used timezone should be editable
if the timezone is set in the php cli ini file, mage should use that one instead of the default UTC
|
10 years ago |
Kuba Turek
|
55aaa5c3b4
|
Merge pull request #175 from claudioflagbit/version-command-test
Test added for VersionCommand
|
10 years ago |
Claudio Zizza
|
0d57e080e4
|
using BaseTest class for VersionCommand test
|
10 years ago |
Kuba Turek
|
25800b60e9
|
Merge pull request #209 from ZesInternational/develop
added $currentCopy to the RollbackTask.php
|
10 years ago |
ZesInternational
|
fd89d2c04a
|
added $currentCopy to the RollbackTask.php
|
10 years ago |
Stefan Paletta
|
a6bcfdaddd
|
when releasing or rolling back, don’t chown the »current« symlink before we changed / created it. also don’t screw up the ssh cmdline if no username was given.
|
10 years ago |
Claudio Zizza
|
00e36d7adc
|
Merge branch 'version-command-test' of github.com:claudioflagbit/Magallanes into version-command-test
|
10 years ago |
Claudio Zizza
|
472e5b05bf
|
namespace fix for BuiltIn
|
10 years ago |
Claudio Zizza
|
2d81e6c7ec
|
constant usage removed in VersionCommandTest
|
10 years ago |
Claudio Zizza
|
06246e380c
|
setting constant in phpunit config
|
10 years ago |
Claudio Zizza
|
9711908063
|
test added for VersionCommand
|
10 years ago |
Claudio Zizza
|
ebc90d0b2a
|
namespace fix for BuiltIn
|
10 years ago |
Claudio Zizza
|
c40eb59219
|
constant usage removed in VersionCommandTest
|
10 years ago |
Claudio Zizza
|
aff9d2f32b
|
setting constant in phpunit config
|
10 years ago |
Claudio Zizza
|
67960ba3f4
|
test added for VersionCommand
|
10 years ago |
Claudio Zizza
|
247e9793cf
|
Merge branch 'version-command-test' of github.com:claudioflagbit/Magallanes into version-command-test
|
10 years ago |
Claudio Zizza
|
30cecd0965
|
namespace fix for BuiltIn
|
10 years ago |
Claudio Zizza
|
17b62084cd
|
constant usage removed in VersionCommandTest
|
10 years ago |
Claudio Zizza
|
74bb9ad5f7
|
setting constant in phpunit config
|
10 years ago |
Claudio Zizza
|
008ef980e0
|
test added for VersionCommand
|
10 years ago |
Kuba Turek
|
0406c7de8a
|
Merge pull request #197 from edpauto/command-tests
Add commands tests
|
10 years ago |
Jakub Turek
|
c690ea3efe
|
Change scope of getGetterName and getSetterName methods
|
10 years ago |
Jakub Turek
|
3f02ebcfe4
|
Add more restrictly tests for constructor
|
10 years ago |
Jakub Turek
|
e7c0b87ccd
|
Move testing setters and getters to BaseTest
|
10 years ago |
Jakub Turek
|
c6e0d6762c
|
Merge run test scenarios in UnlockCommandTests
Expectations and setting properties should be in dataProvider
|
10 years ago |
Jakub Turek
|
937355ce8b
|
Change assignment assertion in accessors' tests to more restrict
|
10 years ago |
Jakub Turek
|
477705f4be
|
Change autoloading to dev for tests classes
|
10 years ago |
Jakub Turek
|
3b326227ae
|
Remove setter from CompileCommand
Also, let the Compiler be constructed with DI or by itself
|
10 years ago |
Jakub Turek
|
5e51b79857
|
Resolve conflicts on composer.lock
|
10 years ago |
Jakub Turek
|
a91060a16f
|
General tests cleanup
|
10 years ago |
Jakub Turek
|
3792f5fb8c
|
Fix code style in UnlockCommand
|
10 years ago |
Jakub Turek
|
cde8263d06
|
Add UnlockCommand tests
|
10 years ago |
Jakub Turek
|
04b270356a
|
Reset fields in LockCommandTests for better reliability
|
10 years ago |
Jakub Turek
|
0bfe649aa5
|
Fix code style for LockCommand
|
10 years ago |
Jakub Turek
|
b21b5f4c5e
|
Add tests for LockCommand
|
10 years ago |
Jakub Turek
|
c06a9c7cf1
|
Fix code style in CompileCommand
according to PSR2 coding rules
|
10 years ago |
Jakub Turek
|
5602bf83fe
|
Add CompileCommand tests
|
10 years ago |
Jakub Turek
|
ee8bb3c2f9
|
Move "setUpConsoleStatics" into the BaseClass
|
10 years ago |
Jakub Turek
|
d58e89c41d
|
Set compiler by setter for better testability
|
10 years ago |
Jakub Turek
|
e9ec99f318
|
Add exit code assertions in ListCommandTest
|
10 years ago |
Jakub Turek
|
881f0b2d87
|
Fix syntax error in ListCommand::run
|
10 years ago |
Jakub Turek
|
5944015b50
|
ListCommandTests refactor
|
10 years ago |
Jakub Turek
|
ad6c8b24ac
|
Add ListCommand tests
|
10 years ago |
Jakub Turek
|
b3587935fd
|
Add malkusch\phpmock to mock PHP built-in functions
|
10 years ago |
Jakub Turek
|
cf89e24106
|
Add PHPDoc for BaseTest command
|
10 years ago |
Jakub Turek
|
e35a8a7f3a
|
Apply BaseTest as parent of AbstractCommandTest class
|
10 years ago |
Jakub Turek
|
d8d90cb2ec
|
Add TestHelper\BaseTest with useful test methods
|
10 years ago |