Skip to content

Commit

Permalink
Debug zend assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
Chi-teck committed Mar 2, 2024
1 parent 0d0e8fc commit 231decf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Test/Functional/FunctionalTestBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ abstract class FunctionalTestBase extends TestCase {
*/
protected function setUp(): void {
parent::setUp();
var_dump(\ini_get('zend.assertions'));
\ini_set('zend.assertions', 1);
$this->directory = \sys_get_temp_dir() . '/dcg_sandbox';
}
Expand Down

0 comments on commit 231decf

Please sign in to comment.