From cee9bc6c5a82911e96113a6fc1e2f7778f3224b5 Mon Sep 17 00:00:00 2001 From: Benaka Moorthi Date: Sun, 18 Aug 2013 21:38:39 -0400 Subject: [PATCH] Refs #4087, fixing typo. --- tests/PHPUnit/UI/UIIntegrationTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/PHPUnit/UI/UIIntegrationTest.php b/tests/PHPUnit/UI/UIIntegrationTest.php index 341756fa2b9..eb02da56152 100644 --- a/tests/PHPUnit/UI/UIIntegrationTest.php +++ b/tests/PHPUnit/UI/UIIntegrationTest.php @@ -267,7 +267,7 @@ private static function isSlimerJsAvailable() private static function isPhantomJsAvailable() { - return self::isProgramAvaialble('phantomjs'); + return self::isProgramAvailable('phantomjs'); } private static function isXvfbAvailable()