1 | <?php |
||
19 | class ComposerPluginManagerTest extends TestCase |
||
20 | { |
||
21 | /** |
||
22 | * @var ComposerPluginManager |
||
23 | */ |
||
24 | protected $pluginManager; |
||
25 | |||
26 | public function setUp() |
||
30 | |||
31 | /** |
||
32 | * @expectedException RuntimeException |
||
33 | */ |
||
34 | public function testValidatePluginThrowsExceptionIfPluginIsInvalid() |
||
39 | |||
40 | public function testValidatePluginDoesNothingIfPluginIsValid() |
||
46 | } |
||
47 |