We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9f0824 commit 5563c24Copy full SHA for 5563c24
tests/Test.php
@@ -2,9 +2,10 @@
2
3
namespace Sparkline\Tests;
4
5
-
6
use Sparkline\Spark;
7
+require_once __DIR__ . '/../src/Spark.php';
8
+
9
class Test extends \PHPUnit_Framework_TestCase
10
{
11
public function testit_graphs_argv_data()
0 commit comments