Changeset 49184 for trunk/tests/phpunit/includes/utils.php
- Timestamp:
- 10/17/2020 04:24:35 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/utils.php
r49108 r49184 39 39 */ 40 40 class MockAction { 41 var$events;42 var$debug;41 public $events; 42 public $debug; 43 43 44 44 /** … … 185 185 // Kinda lame, but it works with a default PHP 4 installation. 186 186 class TestXMLParser { 187 var$xml;188 var$data = array();187 public $xml; 188 public $data = array(); 189 189 190 190 /**
Note: See TracChangeset
for help on using the changeset viewer.