BossaConsulting / phpspec2-expect

Helper that decorates any SUS with a PhpSpec lazy object wrapper
MIT License
75 stars 34 forks source link

The library should not try to autoload the composer deps #13

Closed stof closed 10 years ago

stof commented 10 years ago

Currently, the handling of the autoloading is really crappy:

the proper way to deal with the autoloading would be to register a psr-0 rule for the classes and remove all require calls from the expect.php file, keeping only the function definition

calmdev commented 10 years ago

I am running into issues with this right now. Going to look at the PR.