1 | <?php |
||
7 | class DefaultConfiguratorTest extends \PHPUnit_Framework_TestCase { |
||
8 | |||
9 | public function test_default_construct() { |
||
12 | |||
13 | public function test_construct_merges_config() { |
||
21 | |||
22 | /** |
||
23 | * @expectedException brendt\image\exception\InvalidConfigurationException |
||
24 | */ |
||
25 | public function test_construct_throws_exception_with_unknown_driver() { |
||
30 | |||
31 | } |
||
32 |