You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That will black list special tests that are not widely available. This group of functions is in the official TALib but not yet in the PHPTrader extension. They can only be tested by people who build their extension by updating their extension source with the upstream TALib.
Copy file name to clipboardExpand all lines: phpunit.xml
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,12 @@
20
20
<exclude>tests/benchmark</exclude>
21
21
</testsuite>
22
22
</testsuites>
23
+
<groups>
24
+
<exclude>
25
+
<group>dev_trader</group>
26
+
<!-- This group of functions is in the official TALib but not yet in the PHPTrader extension. They can only be tested by people who build their extension by updating their extension source with the upstream TALib. -->
0 commit comments