From 54c672b40a41256cd51d210474da9d2306a37dd4 Mon Sep 17 00:00:00 2001 From: Machy8 <8machy@seznam.cz> Date: Thu, 28 Sep 2017 23:54:34 +0200 Subject: [PATCH] - Fixed tests --- tests/bootstrap.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bootstrap.phpt b/tests/bootstrap.phpt index b917ad7..464d8e3 100644 --- a/tests/bootstrap.phpt +++ b/tests/bootstrap.phpt @@ -129,7 +129,7 @@ Assert::exception( ->compile(); }, \GoogleClosureCompiler\SetupException::class, - 'Unknown code language "abc".' + 'Unknown language type "abc".' );