We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 359eb69 commit 1a95102Copy full SHA for 1a95102
TODO.md
@@ -22,3 +22,6 @@ need optimization (e.g. Profilers or benchmarking suites).
22
- Document how to use xdebug with php-unit tests that use the
23
`#[RunTestsInSeparateProcesses]` attribute (PhpStorm)
24
- Create a flowchart
25
+
26
+# 7. Testing
27
+- Add tests for the `order` property of the `Transformer` class
tests/Functional/Workflow/B_CachedApplicationTest.php
@@ -12,6 +12,9 @@
12
13
/**
14
* 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?
18
*/
19
#[RunClassInSeparateProcess]
20
class B_CachedApplicationTest extends TestCase
0 commit comments