From 3ac665d4b4ffb8f54e26c3f8f6cef30fa894b76b Mon Sep 17 00:00:00 2001 From: Luke Towers Date: Wed, 3 Apr 2024 11:08:42 -0600 Subject: [PATCH] Google Closure Compiler REST API has been deprecated If support is still desired recommend we refactor to use the Java CLI tool instead. --- .../Assetic/Test/Filter/GoogleClosure/CompilerApiFilterTest.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/Assetic/Test/Filter/GoogleClosure/CompilerApiFilterTest.php b/tests/Assetic/Test/Filter/GoogleClosure/CompilerApiFilterTest.php index 368f018..1dcb94c 100644 --- a/tests/Assetic/Test/Filter/GoogleClosure/CompilerApiFilterTest.php +++ b/tests/Assetic/Test/Filter/GoogleClosure/CompilerApiFilterTest.php @@ -12,6 +12,8 @@ class CompilerApiFilterTest extends TestCase { public function testRoundTrip() { + $this->markTestSkipped("Google Closure Compiler REST API has been deprecated"); + $input = <<