summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAndres Rey <[email protected]>2017-03-07 15:43:44 +0000
committerAndres Rey <[email protected]>2017-03-07 15:43:44 +0000
commit82004f590a0e987d00d9639fd9ea7fcc84506b48 (patch)
tree0f8d41806d432df22be3cc8813c3b2e0acd9e160 /test
parentafab4f43683bb936044463fd1c02fa9afb61f378 (diff)
Added dummy data to readability test
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);
+ }
}