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 1c2a9d1 commit f1b038fCopy full SHA for f1b038f
tests/Unit/WorkflowDataTest.php
@@ -18,6 +18,6 @@
18
expect(data_get($output, 'article.transitions.approve.to'))->toBe(['approved']);
19
expect(data_get($output, 'article.transitions.reject.from'))->toBe(['on review']);
20
expect(data_get($output, 'article.transitions.reject.to'))->toBe(['rejected']);
21
-
+
22
expect(count(data_get($output, 'article.places')))->toBe(4);
23
});
0 commit comments