Skip to content

Commit

Permalink
Fixes #14: Update ChartTest
Browse files Browse the repository at this point in the history
  • Loading branch information
halfpastfouram committed Jan 11, 2020
1 parent 12daebb commit ffeccd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unit/ChartTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ public function testAddDataSet()
$expected = new DataSetCollection();
$dataSet1 = new DataSet();
$expected->append($dataSet1);
$dataSet1->setOwner($this->chart);
$dataSet2 = new DataSet();
$this->chart->addDataSet($dataSet2);
self::assertEquals($dataSet1, $dataSet2);
Expand Down

0 comments on commit ffeccd0

Please sign in to comment.