Respect / Config

A powerful, small, deadly simple configurator and dependency injection container DSL made to be easy
http://respect.github.io/Config
Other
98 stars 7 forks source link

Get rid of phpt tests for now #16

Closed alganet closed 12 years ago

alganet commented 12 years ago

We NEED to get rid of these phpt tests until we find a way to run them in our CI environment. Our tests are failing with a Fatal error:

Class PEAR_RunTest not found.

http://travis-ci.org/#!/Respect/Config/jobs/658071

augustohp commented 12 years ago

Closing this issue, but before let me mention this: I love phpt! We should make them work on Travis, someday ....

CloCkWeRX commented 12 years ago

Hey guys, surely you could just require_once PEAR/RunTest? http://pear.php.net/reference/PEAR-latest/PEAR/PEAR_RunTest.html

CloCkWeRX commented 12 years ago

Try ...

language: php php:

alganet commented 12 years ago

@CloCkWeRX this looks awesome! Gonna try as soon as possible.

I'm also very interested in your work for SemWeb/LinkedData support in PHP, I'm a huge fan of this kind of technology. Let me know if there is anything there I could contribute on this (I've used ARC1 and 4store for some projects).