Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
jdamner committed May 22, 2024
1 parent c1b7ae3 commit a8faa8e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/editor-tools/tests/TestAssetLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ public function testLoad(): void {
->andReturn( __DIR__ . '/fixtures/AssetLoader' );

\WP_Mock::userFunction( 'get_template_directory_uri' )
->once()
->andReturn( 'http://localhost' );

\WP_Mock::userFunction( 'wp_enqueue_script' )
Expand Down

0 comments on commit a8faa8e

Please sign in to comment.