1 | <?php |
||
10 | class ConfigurationSetTest extends TestCase |
||
11 | { |
||
12 | public function testSet() |
||
34 | |||
35 | public function testSetObject() |
||
51 | |||
52 | /** |
||
53 | * @expectedException Equip\Exception\ConfigurationException |
||
54 | * @expectedExceptionRegExp /class .* must implement ConfigurationInterface/i |
||
55 | */ |
||
56 | public function testInvalidClass() |
||
61 | } |
||
62 |
This method has been deprecated. The supplier of the class has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the method will be removed from the class and what other method or class to use instead.