Changes between Version 3 and Version 4 of Ticket #59482, comment 1
- Timestamp:
- 09/28/2023 03:53:16 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #59482, comment 1
v3 v4 101 101 public function test_queries_should_make_get_something_return_something_else() { 102 102 // Reflect the property, set its new value and get its previous value. 103 $backup = $this->reflect_and_set_value( self::$instance, 'queries', 'new _value' );103 $backup = $this->reflect_and_set_value( self::$instance, 'queries', 'new value' ); 104 104 105 105 // Invoke the method.