Skip to content

Commit 87058fa

Browse files
committed
Fix test runner.
1 parent 7e4daa8 commit 87058fa

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

phpunit.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<phpunit colors="true" bootstrap="vendor/autoload.php">
44
<testsuites>
55
<testsuite name="Tiny Test Suite">
6-
<directory>./tests/ZackKitzmiller/TestCase.php</directory>
6+
<directory>tests</directory>
77
</testsuite>
88
</testsuites>
99
</phpunit>
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
<?php namespace ZackKitzmiller;
1+
<?php
22

3-
class TestCase extends \PHPUnit_Framework_TestCase {
3+
use ZackKitzmiller\Tiny;
44

5+
class TinyTest extends PHPUnit_Framework_TestCase {
56
protected $tiny = null;
67

78
public function setUp() {

0 commit comments

Comments
 (0)