summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/ReadabilityTest.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/ReadabilityTest.php b/test/ReadabilityTest.php
index 967381f..ec96ef4 100644
--- a/test/ReadabilityTest.php
+++ b/test/ReadabilityTest.php
@@ -4,4 +4,9 @@ namespace andreskrey\Readability\Test;
class ReadabilityTest extends \PHPUnit_Framework_TestCase
{
+ public function testDummy()
+ {
+ //TODO
+ $this->assertEquals(true, true);
+ }
}