1 | <?php |
||
10 | class BinaryTest extends \PHPUnit_Framework_TestCase |
||
11 | { |
||
12 | public function testImplementsBinaryInterface() |
||
18 | |||
19 | public function testAllowGetContentSetInConstructor() |
||
25 | |||
26 | public function testAllowGetMimeTypeSetInConstructor() |
||
32 | |||
33 | public function testAllowGetFormatSetInConstructor() |
||
39 | } |
||
40 |