SAMPLE 403 B

123456789101112131415161718
  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-LOCK--
  16. <composer.lock file after the run>
  17. --EXPECT--
  18. <output (stringified operations)>