You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -254,12 +256,25 @@ public function test_comprehensive_methods( bool $use_global_function, bool $onl
254
256
$this->assertSame( wp_script_modules()->get_queue(), array_keys( $marked_for_enqueue ), 'Expected get_queue() to match keys returned by get_marked_for_enqueue().' );
255
257
$this->assertIsArray( $marked_for_enqueue['a'], 'Expected script module "a" to have an array entry.' );
256
258
$this->assertSame( '/a.js', $marked_for_enqueue['a']['src'], 'Expected script module "a" to have the given src.' );
0 commit comments