On Mon, Mar 26, 2012 at 10:45 AM, Brett Bieber <
bieber@...> wrote:
> Hi
>
>
> On Sunday, March 25, 2012, Daniel O'Connor <
daniel.oconnor@...>
> wrote:
> > Hey guys,
> > With Travis CI, there's an installation of pyrus, phpunit available - and
> > no pear.
> >
> > PHPUnit requires PEAR_RunTest to execute .phpt tests; but doesn't
> currently
> > have an explicit dependency on pear in the package.xml (
> >
https://github.com/sebastianbergmann/phpunit/blob/3.6/package.xml)
> >
> > To require PEAR-the-entire-library-chock-full-of-E_DEPRECATED content
> seems
> > a bit much; so how hard would it be to isolate and extract PEAR_RunTest
> to
> > an individual package?
> >
> > Alternatively, could pyrus / something else implement a more modern
> version
> > of PEAR_RunTest?
>
> Just use pyrus.
>
>
>
https://github.com/saltybeagle/UNL_UndergraduateBulletin/blob/master/.travis.yml>
>
> Oh, I would except that it's PHPUnit I'm using - which expects
PEAR_RunTest. It'd be nice if there were two drivers - PEAR_RunTest or
Pyrus_MagicThinger, and a bit of smarts to know which was available.