Skip to content

Commit 2c112a6

Browse files
committed
chore: add CODEIGNITER_SCREAM_DEPRECATIONS but disabled
1 parent e7fca57 commit 2c112a6

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="0"/>
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="0"/>
4647
<!-- Directory containing phpunit.xml -->
4748
<const name="HOMEPATH" value="./"/>
4849
<!-- Directory containing the Paths config file -->

0 commit comments

Comments
 (0)