From 7dec60c0b22e39c701ddac3486ea7a15c4019343 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Wed, 4 Oct 2017 17:09:11 +0000 Subject: [PATCH] Apply fixes from StyleCI --- tests/testing.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/testing.php b/tests/testing.php index 7538e9c7..21eb5d42 100755 --- a/tests/testing.php +++ b/tests/testing.php @@ -14,7 +14,6 @@ set_include_path(get_include_path().':'.realpath(dirname(__FILE__).'/../').':'.r chdir(dirname(__FILE__).'/../'); require_once 'vendor/autoload.php'; - if (!function_exists('readline')) { function readline($prompt = null) {