diff options
author | Julius Härtl <jus@bitgrid.net> | 2022-12-07 23:16:06 +0100 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2022-12-07 23:55:32 +0100 |
commit | 4bcaeb6c2cd0e9c5bb87995aac8df849bedd0b70 (patch) | |
tree | cc0d3bac06512581e98940f40ecdb7a802b7cd41 /tests/lib/Template/JSResourceLocatorTest.php | |
parent | f0a0bfaaeef447157801f116e90435114b271572 (diff) | |
download | nextcloud-server-4bcaeb6c2cd0e9c5bb87995aac8df849bedd0b70.tar.gz nextcloud-server-4bcaeb6c2cd0e9c5bb87995aac8df849bedd0b70.zip |
Drop 3rdparty root since it is unused and adjust tests
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'tests/lib/Template/JSResourceLocatorTest.php')
-rw-r--r-- | tests/lib/Template/JSResourceLocatorTest.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/lib/Template/JSResourceLocatorTest.php b/tests/lib/Template/JSResourceLocatorTest.php index 7dedd4ad3c7..20fd79a91b5 100644 --- a/tests/lib/Template/JSResourceLocatorTest.php +++ b/tests/lib/Template/JSResourceLocatorTest.php @@ -63,9 +63,6 @@ class JSResourceLocatorTest extends \Test\TestCase { ); return new JSResourceLocator( $this->logger, - 'theme', - ['core' => 'map'], - ['3rd' => 'party'], $jsCombiner ); } |