Skip to content

Commit aa07e76

Browse files
committed
chore: enable CODEIGNITER_SCREAM_DEPRECATIONS
1 parent e7fca57 commit aa07e76

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

admin/framework/phpunit.xml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
</source>
4444
<php>
4545
<server name="app.baseURL" value="http://example.com/"/>
46+
<server name="CODEIGNITER_SCREAM_DEPRECATIONS" value="1"/>
4647
<!-- Directory containing phpunit.xml -->
4748
<const name="HOMEPATH" value="./"/>
4849
<!-- Directory containing the Paths config file -->

admin/starter/phpunit.xml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
</source>
4444
<php>
4545
<server name="app.baseURL" value="http://example.com/"/>
46+
<server name="CODEIGNITER_SCREAM_DEPRECATIONS" value="1"/>
4647
<!-- Directory containing phpunit.xml -->
4748
<const name="HOMEPATH" value="./"/>
4849
<!-- Directory containing the Paths config file -->

0 commit comments

Comments
 (0)