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

namespace andreskrey\Readability\Test;


use andreskrey\Readability\Readability;

class ReadabilityTest extends \PHPUnit_Framework_TestCase
{

}