Skip to content

Commit

Permalink
Test to try and fix failing travis build.
Browse files Browse the repository at this point in the history
  • Loading branch information
halfpastfouram committed Jan 12, 2017
1 parent 3f5ab30 commit 8f6ae3f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit>
<phpunit bootstrap="test/bootstrap.php">
<testsuites>
<testsuite name="Default Unit Test Suite">
<directory>test/unit</directory>
Expand Down
3 changes: 3 additions & 0 deletions test/bootstrap.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<?php

require_once __DIR__ . '/../vendor/autoload.php';
2 changes: 0 additions & 2 deletions test/unit/Chart/BarTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

namespace Test\Chart;

require_once __DIR__ . '/../../../vendor/autoload.php';

use Halfpastfour\PHPChartJS\Chart\Bar;
use Halfpastfour\PHPChartJS\ChartInterface;
use Halfpastfour\PHPChartJS\DataSet\BarDataSet;
Expand Down

0 comments on commit 8f6ae3f

Please sign in to comment.