Skip to content

Commit a1b8d64

Browse files
committed
improved tests
1 parent c0aee70 commit a1b8d64

35 files changed

+39
-66
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ before_install:
1111
- composer self-update
1212

1313
script:
14-
- phpunit tests
14+
- phpunit

phpunit.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<phpunit bootstrap="./tests/bootstrap.php">
2+
<testsuites>
3+
<testsuite name="All tests">
4+
<directory>./tests/</directory>
5+
</testsuite>
6+
</testsuites>
7+
</phpunit>

tests/BlipTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
<?php
2-
include_once dirname(__DIR__).'/src/autoloader.php';
3-
42
class BlipTest extends PHPUnit_Framework_TestCase
53
{
64
public function testOne()

tests/DailyMotionTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
<?php
2-
include_once dirname(__DIR__).'/src/autoloader.php';
3-
42
class DailyMotionTest extends PHPUnit_Framework_TestCase
53
{
64
public function testOne()

tests/DevianArtTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
<?php
2-
include_once dirname(__DIR__).'/src/autoloader.php';
3-
42
class DevianArtTest extends PHPUnit_Framework_TestCase
53
{
64
public function testOne()

tests/FileTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
<?php
2-
include_once dirname(__DIR__).'/src/autoloader.php';
3-
42
class FileTest extends PHPUnit_Framework_TestCase
53
{
64
public function testJpg()

tests/GiphyTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
<?php
2-
include_once dirname(__DIR__).'/src/autoloader.php';
3-
42
class GiphyTest extends PHPUnit_Framework_TestCase
53
{
64
public function testOne()

tests/GithubTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
<?php
2-
include_once dirname(__DIR__).'/src/autoloader.php';
3-
42
class GithubTest extends PHPUnit_Framework_TestCase
53
{
64
public function testOne()

tests/GoogleTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
<?php
2-
include_once dirname(__DIR__).'/src/autoloader.php';
3-
42
class GoogleTest extends PHPUnit_Framework_TestCase
53
{
64
public function testMap()

tests/ImageInfoTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
<?php
2-
include_once dirname(__DIR__).'/src/autoloader.php';
3-
42
class ImageInfoTest extends PHPUnit_Framework_TestCase
53
{
64
public function testOne()

0 commit comments

Comments
 (0)