Skip to content

Commit 1769435

Browse files
author
James Wigger
committed
Fixed path error with included file
1 parent d6e3ad6 commit 1769435

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"RootStudio\\RootForms\\":"src"
2727
},
2828
"files": [
29-
"Support/helpers.php"
29+
"src/Support/helpers.php"
3030
]
3131
},
3232
"autoload-dev": {

phpunit.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@
2525
<log type="coverage-html" target="logs/coverage" charset="UTF-8" yui="true" highlight="true"/>
2626
<log type="coverage-text" target="logs/coverage.txt"/>
2727
<log type="coverage-clover" target="logs/logs/clover.xml"/>
28+
<ini name="display_errors" value="true"/>
2829
</logging>
2930
</phpunit>

0 commit comments

Comments
 (0)