Changeset 50463 for trunk/tests/phpunit/tests/db.php
- Timestamp:
- 03/01/2021 06:42:49 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/db.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/db.php
r49193 r50463 34 34 $this->_queries = array(); 35 35 add_filter( 'query', array( $this, 'query_filter' ) ); 36 }37 38 /**39 * Tear down the test fixture40 */41 public function tearDown() {42 remove_filter( 'query', array( $this, 'query_filter' ) );43 parent::tearDown();44 36 } 45 37
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)