Skip to content

Commit c3d44e6

Browse files
committed
Added more than 1 version of PHP to the PHP Unit tests.
1 parent 00acdd6 commit c3d44e6

3 files changed

Lines changed: 15 additions & 5 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
/vendor/
55
/logs/
66
/metrics/
7-
/update metrics.bat
7+
*.bat

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,21 @@ or the friendly named
3030

3131
This is helpful if you do not have the code stub for the Trader Extension. Loading this interface will provide your IDE with the function information and auto completing.
3232

33+
## Metrics & Coverage
34+
### PHP Metrics Report
35+
To see the current report of metrics by PHP Metrics, visit [Metrics](https://projects.lupecode.com/phpTraderInterface/metrics/)
36+
### PHP Unit Coverage
37+
To see the current report of coverage by PHP Unit, visit [Coverage](https://projects.lupecode.com/phpTraderInterface/logs/report/)
38+
### PHP Unit Test Results
39+
* PHP 7.0 NTS [[XML]](https://projects.lupecode.com/phpTraderInterface/logs/logfile-7.0NTS.xml) [[TXT]](https://projects.lupecode.com/phpTraderInterface/logs/testdox-7.0NTS.txt) [[HTML]](https://projects.lupecode.com/phpTraderInterface/logs/testdox-7.0NTS.html)
40+
* PHP 7.0 TS [[XML]](https://projects.lupecode.com/phpTraderInterface/logs/logfile-7.0TS.xml) [[TXT]](https://projects.lupecode.com/phpTraderInterface/logs/testdox-7.0TS.txt) [[HTML]](https://projects.lupecode.com/phpTraderInterface/logs/testdox-7.0TS.html)
41+
* PHP 7.1 NTS [[XML]](https://projects.lupecode.com/phpTraderInterface/logs/logfile-7.1NTS.xml) [[TXT]](https://projects.lupecode.com/phpTraderInterface/logs/testdox-7.1NTS.txt) [[HTML]](https://projects.lupecode.com/phpTraderInterface/logs/testdox-7.1NTS.html)
42+
* PHP 7.1 TS [[XML]](https://projects.lupecode.com/phpTraderInterface/logs/logfile-7.1TS.xml) [[TXT]](https://projects.lupecode.com/phpTraderInterface/logs/testdox-7.1TS.txt) [[HTML]](https://projects.lupecode.com/phpTraderInterface/logs/testdox-7.1TS.html)
43+
* PHP 7.2 NTS [[XML]](https://projects.lupecode.com/phpTraderInterface/logs/logfile-7.2NTS.xml) [[TXT]](https://projects.lupecode.com/phpTraderInterface/logs/testdox-7.2NTS.txt) [[HTML]](https://projects.lupecode.com/phpTraderInterface/logs/testdox-7.2TS.html)
44+
* PHP 7.2 TS [[XML]](https://projects.lupecode.com/phpTraderInterface/logs/logfile-7.2TS.xml) [[TXT]](https://projects.lupecode.com/phpTraderInterface/logs/testdox-7.2TS.txt) [[HTML]](https://projects.lupecode.com/phpTraderInterface/logs/testdox-7.2TS.html)
45+
3346
## License
34-
Copyright (C) 2016 Lupe Code, LLC.; Joshua Saige
47+
Copyright (C) Lupe Code, LLC.; Joshua Saige
3548

3649
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
3750

phpunit.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,5 @@
3131
<log type="coverage-html" target="./logs/report" lowUpperBound="35" highLowerBound="70"/>
3232
<log type="coverage-clover" target="./logs/coverage.xml"/>
3333
<log type="coverage-text" target="php://stdout" showUncoveredFiles="false"/>
34-
<log type="junit" target="./logs/logfile.xml" logIncompleteSkipped="false"/>
35-
<log type="testdox-html" target="./logs/testdox.html"/>
36-
<log type="testdox-text" target="./logs/testdox.txt"/>
3734
</logging>
3835
</phpunit>

0 commit comments

Comments
 (0)