Changeset 50450 for trunk/tests/phpunit/tests/blocks/block.php
- Timestamp:
- 02/27/2021 05:08:26 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/blocks/block.php
r50123 r50450 37 37 */ 38 38 public function tearDown() { 39 $this->registry = null; 40 39 41 parent::tearDown(); 40 41 $this->registry = null;42 42 } 43 43
Note: See TracChangeset
for help on using the changeset viewer.