semsol / arc2

ARC RDF Classes for PHP
Other
332 stars 89 forks source link

extended composer PSR4 for tests; added simple Store setup-test to check fix for #94 #96

Closed k00ni closed 6 years ago

k00ni commented 6 years ago

This rather complex pull request contains some work for the test area to enable connection tests for ARC2_Store. I also implemented namespacing for the test area (therefore adaptions on the composer.json).

composer:

tests in general:

existing unit tests:

semsol commented 6 years ago

Thank you!

crism commented 6 years ago

Thanks, @k00ni and @semsol!