1 | <?php |
||
7 | class SettingTest extends \PHPUnit_Framework_TestCase |
||
8 | { |
||
9 | /** |
||
10 | * @var Setting |
||
11 | */ |
||
12 | protected $setting; |
||
13 | |||
14 | /** |
||
15 | * {@inheritdoc} |
||
16 | */ |
||
17 | public function setUp() |
||
21 | |||
22 | /** |
||
23 | * {@inheritdoc} |
||
24 | */ |
||
25 | public function tearDown() |
||
29 | |||
30 | /** |
||
31 | * Tests the getters and setters |
||
32 | */ |
||
33 | public function testGettersAndSetters() |
||
44 | } |
||
45 |