Skip to content

Commit 1a95102

Browse files
committed
Added todo
1 parent 359eb69 commit 1a95102

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

TODO.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@ need optimization (e.g. Profilers or benchmarking suites).
2222
- Document how to use xdebug with php-unit tests that use the
2323
`#[RunTestsInSeparateProcesses]` attribute (PhpStorm)
2424
- Create a flowchart
25+
26+
# 7. Testing
27+
- Add tests for the `order` property of the `Transformer` class

tests/Functional/Workflow/B_CachedApplicationTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212

1313
/**
1414
* This test has to be run after ApplicationTest.
15+
*
16+
* @todo For some reason, it takes a long time for me until this test is
17+
* executed. Maybe because of RunClassInSeparateProcess?
1518
*/
1619
#[RunClassInSeparateProcess]
1720
class B_CachedApplicationTest extends TestCase

0 commit comments

Comments
 (0)