From 5563c247970ef1a39725775ebae55cae2b47e7d3 Mon Sep 17 00:00:00 2001 From: vpoturaev Date: Fri, 18 Nov 2016 11:01:50 +0700 Subject: [PATCH] fixed travis tests --- tests/Test.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/Test.php b/tests/Test.php index 6e5855b..0295756 100644 --- a/tests/Test.php +++ b/tests/Test.php @@ -2,9 +2,10 @@ namespace Sparkline\Tests; - use Sparkline\Spark; +require_once __DIR__ . '/../src/Spark.php'; + class Test extends \PHPUnit_Framework_TestCase { public function testit_graphs_argv_data()