File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 22
33namespace Matthias \SymfonyConfigTest \PhpUnit ;
44
5+ use SebastianBergmann \Exporter \Exporter ;
56use Symfony \Component \Config \Definition \ConfigurationInterface ;
67use Symfony \Component \Config \Definition \Processor ;
78
@@ -12,6 +13,7 @@ abstract class AbstractConfigurationConstraint extends \PHPUnit_Framework_Constr
1213 public function __construct (ConfigurationInterface $ configuration )
1314 {
1415 $ this ->configuration = $ configuration ;
16+ $ this ->exporter = new Exporter ();
1517 }
1618
1719 protected function processConfiguration (array $ configurationValues )
Original file line number Diff line number Diff line change 1313 }
1414 ],
1515 "require-dev" : {
16- "phpunit/phpunit" : " 3.7.*"
16+ "phpunit/phpunit" : " >=3.7" ,
17+ "sebastian/exporter" : " 1.*"
1718 },
1819 "autoload" : {
1920 "psr-4" : { "Matthias\\ SymfonyConfigTest\\ " : " " }
You can’t perform that action at this time.
0 commit comments