SAMPLE 352 B

12345678910111213141516
  1. --TEST--
  2. <test description>
  3. --CONDITION--
  4. <php code that checks if test can run, must return a Boolean>
  5. --COMPOSER--
  6. <composer.json file definition>
  7. --LOCK--
  8. <composer.lock file definition>
  9. --INSTALLED--
  10. <installed.json file definition>
  11. --INSTALLED:DEV--
  12. <installed_dev.json file definition>
  13. --RUN--
  14. install
  15. --EXPECT--
  16. <output (stringified operations)>