2012-05-13 19:40:42 +00:00
|
|
|
--TEST--
|
|
|
|
<test description>
|
|
|
|
--CONDITION--
|
|
|
|
<php code that checks if test can run, must return a Boolean>
|
|
|
|
--COMPOSER--
|
|
|
|
<composer.json file definition>
|
|
|
|
--LOCK--
|
|
|
|
<composer.lock file definition>
|
|
|
|
--INSTALLED--
|
|
|
|
<installed.json file definition>
|
2012-08-13 23:16:40 +00:00
|
|
|
--INSTALLED-DEV--
|
2012-05-13 19:40:42 +00:00
|
|
|
<installed_dev.json file definition>
|
2012-05-27 22:11:18 +00:00
|
|
|
--RUN--
|
|
|
|
install
|
2012-08-13 23:16:40 +00:00
|
|
|
--EXPECT-LOCK--
|
|
|
|
<composer.lock file after the run>
|
2012-05-27 22:11:18 +00:00
|
|
|
--EXPECT--
|
2012-05-13 19:40:42 +00:00
|
|
|
<output (stringified operations)>
|