We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e4daa8 commit 87058faCopy full SHA for 87058fa
2 files changed
phpunit.xml
@@ -3,7 +3,7 @@
3
<phpunit colors="true" bootstrap="vendor/autoload.php">
4
<testsuites>
5
<testsuite name="Tiny Test Suite">
6
- <directory>./tests/ZackKitzmiller/TestCase.php</directory>
+ <directory>tests</directory>
7
</testsuite>
8
</testsuites>
9
</phpunit>
tests/Zackkitzmiller/TestCase.php tests/TinyTest.phptests/Zackkitzmiller/TestCase.php renamed to tests/TinyTest.php
@@ -1,7 +1,8 @@
1
-<?php namespace ZackKitzmiller;
+<?php
2
-class TestCase extends \PHPUnit_Framework_TestCase {
+use ZackKitzmiller\Tiny;
+class TinyTest extends PHPUnit_Framework_TestCase {
protected $tiny = null;
public function setUp() {
0 commit comments