1 | <?php |
||
7 | class DefaultConfiguratorTest extends \PHPUnit_Framework_TestCase |
||
8 | { |
||
9 | |||
10 | public function test_default_construct() { |
||
13 | |||
14 | public function test_construct_merges_config() { |
||
22 | |||
23 | /** |
||
24 | * @expectedException \Brendt\Image\Exception\InvalidConfigurationException |
||
25 | */ |
||
26 | public function test_construct_throws_exception_with_unknown_driver() { |
||
31 | |||
32 | } |
||
33 |