From 78618402c34235cb194425fe31cba8427c81f9c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zdene=CC=8Ck=20Drahos=CC=8C?= Date: Wed, 6 Jan 2016 08:01:12 +0100 Subject: [PATCH] CI - fix php 5.4 support --- phpqa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpqa b/phpqa index 401c7adb..d73492b9 100755 --- a/phpqa +++ b/phpqa @@ -30,5 +30,5 @@ if ($isNotToolsCommand) { } // run robo -$robo = new QARunner(Edge\QA\RoboFile::class); +$robo = new QARunner('Edge\QA\RoboFile'); $robo->execute($argv);