Skip to content

Commit 5563c24

Browse files
committed
fixed travis tests
1 parent f9f0824 commit 5563c24

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/Test.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22

33
namespace Sparkline\Tests;
44

5-
65
use Sparkline\Spark;
76

7+
require_once __DIR__ . '/../src/Spark.php';
8+
89
class Test extends \PHPUnit_Framework_TestCase
910
{
1011
public function testit_graphs_argv_data()

0 commit comments

Comments
 (0)