meta_insert_64566_tokens.test 416 B

12345678910
  1. --TEST--
  2. Test of super huge file that would require 64566 tokens to be inserted! Basically, this tests Tokens::insertSlices, without which this test would take few hours to execute.
  3. Test is disabled for MacOS because it regularly fails with timeout (see: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/7141)
  4. --RULESET--
  5. {
  6. "whitespace_after_comma_in_array": true
  7. }
  8. --REQUIREMENTS--
  9. {"os":["Linux","Windows"]}