phpunit-all-in-one icon indicating copy to clipboard operation
phpunit-all-in-one copied to clipboard

Breaks because of dependency on SymfonyComponents

Open starJammer opened this issue 12 years ago • 0 comments

Hey guys,

I tried to make a package based on this. It worked on my computer but when I tried it on a base php install it didn't work..

Fatal error: require_once(): Failed opening required 'SymfonyComponents/YAML/sfYamlDumper.php'

The requirement for this file is in 4 fies. YamlDataSet.php, Filter.php, and TAP.php.

Just wanted to let you know in case your aim is to provide a fully functional phpunit package.

I tried adding symfony/yaml to my composer.json file but that doesn't work as the newer packages have a different directory structure.

I tried installing older yaml package from pear.symfony-project.com but that didn't work either.

starJammer avatar Aug 02 '12 00:08 starJammer