mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2025-03-15 15:43:49 +01:00
tea/Build
Daniel Siepmann 7dea2ddc0b
[TASK] Enable PHPUnit garbage collector control ()
This is disabled by default and enabled with this change.
This has the following effect:

- Deactivate automatic garbage collection using gc_disable() before the
  first test is run
- Trigger garbage collection using gc_collect_cycles() before the first
  test is run
- Trigger garbage collection using gc_collect_cycles() after each n-th
  test
- Trigger garbage collection after using gc_collect_cycles() after the
  last test was run
- Activate automatic garbage collection using gc_enable() after the last
  test was run

Resolves: 
2024-07-29 19:02:50 +02:00
..
phpunit [TASK] Enable PHPUnit garbage collector control () 2024-07-29 19:02:50 +02:00
Scripts [BUGFIX] Use correct path for functional and unit tests () 2024-07-29 16:55:44 +02:00
xliff [TASK] Move xliff linter to xliff dir () 2024-07-08 09:40:01 +02:00