Changeset 28480 for trunk/tests/phpunit/includes/functions.php
- Timestamp:
- 05/18/2014 09:14:13 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/functions.php
r25002 r28480 43 43 } 44 44 45 class Basic_Object { 46 private $foo = 'bar'; 47 48 function __get( $name ) { 49 return $this->$name; 50 } 51 }
Note: See TracChangeset
for help on using the changeset viewer.