summaryrefslogtreecommitdiff
path: root/test/ReadabilityTest.php
blob: ec96ef4a71adc52e962c5e46bb04c6cd20c20f50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php

namespace andreskrey\Readability\Test;

class ReadabilityTest extends \PHPUnit_Framework_TestCase
{
    public function testDummy()
    {
        //TODO
        $this->assertEquals(true, true);
    }
}