From 9668727b8096ffd09c21752188c3ab8dc92aab47 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Sun, 16 Jun 2019 22:15:31 +0200 Subject: [PATCH] Small fix --- tests/testing.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testing.php b/tests/testing.php index 782ba483..85a3e6cc 100755 --- a/tests/testing.php +++ b/tests/testing.php @@ -22,8 +22,8 @@ if (!file_exists(__DIR__.'/../vendor/autoload.php')) { if (!file_exists('madeline.php')) { copy('https://phar.madelineproto.xyz/madeline.php', 'madeline.php'); } + include 'madeline.php'; } - include 'madeline.php'; } else { require_once 'vendor/autoload.php'; }