Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:99086 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 67711 invoked from network); 17 May 2017 21:30:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 May 2017 21:30:14 -0000 Authentication-Results: pb1.pair.com header.from=ocramius@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=ocramius@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.128.182 as permitted sender) X-PHP-List-Original-Sender: ocramius@gmail.com X-Host-Fingerprint: 209.85.128.182 mail-wr0-f182.google.com Received: from [209.85.128.182] ([209.85.128.182:35543] helo=mail-wr0-f182.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C5/09-21791-5E0CC195 for ; Wed, 17 May 2017 17:30:14 -0400 Received: by mail-wr0-f182.google.com with SMTP id z52so20205834wrc.2 for ; Wed, 17 May 2017 14:30:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=aodUsfyXOV9ou3JGxMl+VEuPAafSHaalPguxq/xaGYg=; b=F8BYVFrvdUhpmzF6VgMYUSsdMEvNtWPEYMhXHvQxSqjByJtgyRwgOvJ8/GQ3jUzzAb oWGP3TUA/nRrDwRT9uUmNofTzE8Y+mAP/QZ9nvozE1+sK1sQxmG7mRbt13xknsaWFjbA EYE/ZRpJoFKXSmwlLDTmdHYiXcffOUBgM8fjyTwlZtHxuPKXuiYadSCzx1/1Av90Fbde 7m+97XoQViAXGX7ymyBb5UlSQRn8jpYtE1FkPZ3mlKCBJiVw8SO+zNAHc3BUuceees8I gLum7D/MuBb+kNPPsd5sqTZFsCGW22qBQPPgkCC4mnneHRFrKNg1fS7Rzq+AE4SK4rO9 68RA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=aodUsfyXOV9ou3JGxMl+VEuPAafSHaalPguxq/xaGYg=; b=LhSKKaeDPsKB4QKr9nSvH5gFZLQdMg3+e/niV3gCULmA+mt/hOMnk4CzVQglCZL8zB H0fiiJ3iMTD2BRlo972nNV6ihLTokEIHm1Rcf7ZpIFkdXT8kLTSDdyvbPw9ZvMg5/Fqx +ULQfW9vB3cbeD4qzXpoBUv3SLDow4CjRYJ1l4uIVrSrSby+g+rxHeUeybPUe8pB7nCs GhPW2lH18xArA/XGW36ORIcdYLWka62f6Vr7dfXjQ02p2DH0tMv37Fs+izQmBzAf+WgB 4t26d/5Zl35s56ZFaFvNqPHqvpHBY80g4MwYSMoEyREQ1PL7gw4U/D/PkMjYYvgB0Bqy Q8lQ== X-Gm-Message-State: AODbwcBALt09m6lk+0dcD0tpJfe+FZs2bzLKup93PQx0SlBQBEUdY70G +wKOPYEI04q7hk+523fNTbq++YB9/454 X-Received: by 10.223.167.153 with SMTP id j25mr459556wrc.101.1495056611012; Wed, 17 May 2017 14:30:11 -0700 (PDT) MIME-Version: 1.0 Received: by 10.223.161.147 with HTTP; Wed, 17 May 2017 14:30:09 -0700 (PDT) Received: by 10.223.161.147 with HTTP; Wed, 17 May 2017 14:30:09 -0700 (PDT) In-Reply-To: References: Date: Wed, 17 May 2017 23:30:09 +0200 Message-ID: To: PHP Internals List Cc: Sammy Kaye Powers Content-Type: multipart/alternative; boundary="94eb2c1cc54c37f4c8054fbefe84" Subject: Re: [PHP-DEV] Implement formal process for run-tests.php refactor From: ocramius@gmail.com (Marco Pivetta) --94eb2c1cc54c37f4c8054fbefe84 Content-Type: text/plain; charset="UTF-8" Is Sebastian copied in here? Why can't we just use the super-battle-tested PHPUnit? It supports phpt and a ton of plugins, plus everyone uses it and is familiar with it. Am I missing something? On 17 May 2017 7:18 p.m., "Fleshgrinder" wrote: > I like the idea and the proposed approach. I would also offer my help > with anything here. What I would definitely avoid is moving this out of > the PHP repository itself. Ideally we get to a point where people enter > a single command and it does take care of everything (given that the > required dependencies are present on the system, e.g. a working git, > make, etc.). > > -- > Richard "Fleshgrinder" Fussenegger > > --94eb2c1cc54c37f4c8054fbefe84--