Make WordPress Core

Changes between Version 3 and Version 4 of Ticket #59482, comment 1


Ignore:
Timestamp:
09/28/2023 03:53:16 AM (2 years ago)
Author:
costdev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #59482, comment 1

    v3 v4  
    101101public function test_queries_should_make_get_something_return_something_else() {
    102102    // 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' );
    104104
    105105    // Invoke the method.