rsahlstrom / shelf

A PHP project that simplifies working with the BoardGameGeek API
1 stars 0 forks source link

Adds PSR-4 Autoloading to the Tests #9

Closed rsahlstrom closed 10 years ago

rsahlstrom commented 10 years ago

Flattens the test directory by switching from psr-0 to psr-4 for the unit tests. Removes the manual adding of the name space in the bootstrap.php file.