@@ -6,10 +6,10 @@ |
||
| 6 | 6 | use uuf6429\ElderBrother\Action; |
| 7 | 7 | use uuf6429\ElderBrother\Change; |
| 8 | 8 | |
| 9 | -class ConfigTest extends \PHPUnit_Framework_TestCase |
|
| 10 | -{
|
|
| 11 | - public function testConfigMergingFromDifferentSources() |
|
| 12 | - {
|
|
| 9 | +class ConfigTest extends \PHPUnit_Framework_TestCase |
|
| 10 | +{ |
|
| 11 | + public function testConfigMergingFromDifferentSources() |
|
| 12 | + { |
|
| 13 | 13 | $testFile = tempnam(sys_get_temp_dir(), 'test'); |
| 14 | 14 | $content = sprintf( |
| 15 | 15 | '<?php return ["event1" => [ new %s(%s::get()) ]];', |