Skip to content

Commit

Permalink
[TEST] add assert to ensure nullArray & nullObject are not contaminated
Browse files Browse the repository at this point in the history
  • Loading branch information
eileenmcnaughton committed Jun 16, 2019
1 parent 223e3c0 commit f16bb47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/phpunit/CiviTest/CiviUnitTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,8 @@ protected function tearDown() {

$this->cleanTempDirs();
$this->unsetExtensionSystem();
$this->assertEquals([], CRM_Core_DAO::$_nullArray);
$this->assertEquals(NULL, CRM_Core_DAO::$_nullObject);
}

/**
Expand Down

0 comments on commit f16bb47

Please sign in to comment.