Skip to content

Commit

Permalink
Google Closure Compiler REST API has been deprecated
Browse files Browse the repository at this point in the history
If support is still desired recommend we refactor to use the Java CLI tool instead.
  • Loading branch information
LukeTowers committed Apr 3, 2024
1 parent c448bb4 commit 3ac665d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ class CompilerApiFilterTest extends TestCase
{
public function testRoundTrip()
{
$this->markTestSkipped("Google Closure Compiler REST API has been deprecated");

$input = <<<EOF
(function() {
function unused(){}
Expand Down

0 comments on commit 3ac665d

Please sign in to comment.