Re: [STANDARDS] Can we use PHPT instead of .php and .php.expect
[email protected] (Nikita Popov)
| Newsgroups | php.standards |
|---|---|
| Message-ID | <CAF+90c_fDv2qnjgUQ3D8HUYn2gZ4WzqYQB8n_hfTEUf0SBfaGQ@mail.gmail.com> |
On Wed, Oct 8, 2014 at 2:11 AM, Stas Malyshev <[email protected]> wrote: > Hi! > > > Done: https://gist.github.com/TazeTSchnitzel/a15bc06a8f170cbb0a37 > > > > Run this in php-langspec and it’ll convert all the tests. Please spot if > there are any problems with it, it seems to work properly. > > > > I note that, apparently, we have several tests which are broken in > current PHP(!) > > Looks like there already is a script there that does the same: > make_phpt. I'll probably add the generated phpt tests to the repo too. > The phpt/ folder is not being kept updated. Anybody object to dropping it from the repo? It's trivial to generate it using ./make_phpt Alternatively drop the original files and only use phpt. Probably better because we have stuff like SKIPIF (for 32bit vs 64bit). Nikita