Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:99089 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 77346 invoked from network); 18 May 2017 00:36:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 May 2017 00:36:04 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 84.19.169.162 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 84.19.169.162 mail.experimentalworks.net Received: from [84.19.169.162] ([84.19.169.162:36856] helo=mail.experimentalworks.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BE/3A-21791-37CEC195 for ; Wed, 17 May 2017 20:36:04 -0400 Received: from kuechenschabe.fritz.box (ppp-46-244-170-14.dynamic.mnet-online.de [46.244.170.14]) by mail.experimentalworks.net (Postfix) with ESMTPSA id 98F2C555A4; Thu, 18 May 2017 02:35:59 +0200 (CEST) Message-ID: <1495067758.9756.47.camel@schlueters.de> To: Marco Pivetta , PHP Internals List Cc: Sammy Kaye Powers Date: Thu, 18 May 2017 02:35:58 +0200 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.18.5.2-0ubuntu3.1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Implement formal process for run-tests.php refactor From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Mi, 2017-05-17 at 23:30 +0200, Marco Pivetta wrote: > 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. PHPUnit is huge. run-tests is a small script in a single file which I can quickly edit. For PHPUnit I have multiple files and need tooling to phar them up. PHPUnit (according to it's website) also has more dependencies (DOM and JSON) which are not included in --disable-all. used I'm not sure if PHPUnit meanwhile supports redirect tests as in PDO. Is there a performance comparison? - make test runs for a loooong time. A difference might have an impact. (both ways round ;) ) To the original question: Granting run-tests.php karma is trivial. We can easily give access to people working on it. While contributors should be aware that this is a key component f the PHP development :-) johannes