Re: [STANDARDS] Can we use PHPT instead of .php and .php.expect
[email protected] (Sara Golemon)
| Newsgroups | php.standards |
|---|---|
| Message-ID | <CAESVnVp7jjjZje_ngzWmTO7_9zYFVEB=Cp0YbT=4cxXYTqkUxA@mail.gmail.com> |
On Sun, Jan 4, 2015 at 1:11 PM, Andrea Faulds <[email protected]> wrote: > Well, unless including PDO will somehow change something defined by the language spec, I don’t see the point. > There's no point from the spec's point of view, but testing php regularly is a good thing. These are not completely orthogonal issues. > I’m proposing a separate Travis build for the spec here, by the way, > not adding the spec’s tests to php-src. Though I think that should also be done. > Because if you configure spec's travis.yml for this, then it'll only run when the spec changes, not on src changes. We want the spec tests run when anything in src changes. That means adding it to php-src's config. -Sara