Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:42086 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 67688 invoked from network); 1 Dec 2008 22:37:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Dec 2008 22:37:48 -0000 Authentication-Results: pb1.pair.com header.from=news@ger.gmane.org; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=php-php-dev@m.gmane.org; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain m.gmane.org designates 80.91.229.2 as permitted sender) X-PHP-List-Original-Sender: php-php-dev@m.gmane.org X-Host-Fingerprint: 80.91.229.2 main.gmane.org Linux 2.5 (sometimes 2.4) (4) Received: from [80.91.229.2] ([80.91.229.2:45663] helo=ciao.gmane.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 07/B9-33195-93764394 for ; Mon, 01 Dec 2008 17:37:46 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1L7HOZ-0001QQ-4o for internals@lists.php.net; Mon, 01 Dec 2008 22:37:36 +0000 Received: from hartes-php.de ([85.214.110.30]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 01 Dec 2008 22:37:35 +0000 Received: from sb by hartes-php.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 01 Dec 2008 22:37:35 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: internals@lists.php.net Date: Tue, 02 Dec 2008 09:37:26 +1100 Lines: 13 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: hartes-php.de User-Agent: Thunderbird 2.0.0.18 (X11/20081125) Sender: news Subject: Inconsistent naming of test files From: sb@sebastian-bergmann.de (Sebastian Bergmann) Would it be okay if I renamed, for instance, reflection* to Reflection*? sb@ubuntu tests % ll ref*|wc -l 106 sb@ubuntu tests % ll Ref*|wc -l 80 The current situation makes it hard to use autocompletion when looking for tests for a particular class/method. -- Sebastian Bergmann http://sebastian-bergmann.de/ GnuPG Key: 0xB85B5D69 / 27A7 2B14 09E4 98CD 6277 0E5B 6867 C514 B85B 5D69