Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69697 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 36899 invoked from network); 19 Oct 2013 07:28:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Oct 2013 07:28:18 -0000 Authentication-Results: pb1.pair.com header.from=dor.tchizik@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=dor.tchizik@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.178 as permitted sender) X-PHP-List-Original-Sender: dor.tchizik@gmail.com X-Host-Fingerprint: 209.85.214.178 mail-ob0-f178.google.com Received: from [209.85.214.178] ([209.85.214.178:61349] helo=mail-ob0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CA/63-23638-19432625 for ; Sat, 19 Oct 2013 03:28:17 -0400 Received: by mail-ob0-f178.google.com with SMTP id uz6so3854308obc.23 for ; Sat, 19 Oct 2013 00:28:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=AI03IO0Dbkf7A6RcNIRwOpeOVKbQVWirDPX7jMNCiEw=; b=VwUZWsCbZh6rAOGRjezYiDLdt1eTfyoIBlL7BB3+fSJIFzcPWKxONzA03z9tTxUVYO 9WT5cWl9d25zSE6u7j24bsU3toQxwc+5lcnArn1AsDKE26qUw690Ly/QwFvrp4A1ORSo sY29cwS2PJjBSPIQZvhSjjkNBoMf5agQvUf3/xwFmOPQmg61jSgUhiU8BpRDDe0TopQH CZfhk75W83OanuDdmUKv+g9Whj/NXLYZt1Ll8gDM8mxqXFKmdIQ2ztM8qOZJC/Y07aLU W3/vBuFdVTw0lMNaLxBJm0IbUwrwArxXU/Y0G5HATM6IUidEFhFt23YKs07drRy1gXhB cc9w== MIME-Version: 1.0 X-Received: by 10.182.220.225 with SMTP id pz1mr8146582obc.51.1382167694275; Sat, 19 Oct 2013 00:28:14 -0700 (PDT) Sender: dor.tchizik@gmail.com Received: by 10.182.39.137 with HTTP; Sat, 19 Oct 2013 00:28:14 -0700 (PDT) In-Reply-To: <00b701cecc62$e5b8adf0$b12a09d0$@tutteli.ch> References: <3D.BC.23638.84CA1625@pb1.pair.com> <00b701cecc62$e5b8adf0$b12a09d0$@tutteli.ch> Date: Sat, 19 Oct 2013 09:28:14 +0200 X-Google-Sender-Auth: NT7QxtgNgZBy1R76QNxTL8TYTgc Message-ID: To: Robert Stoll Cc: Joe Watkins , PHP Internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] RFC: Expectations From: madara@tchizik.com (Madara Uchiha) I like it a lot. Let's face the truth. Assertions is a huge mess. We have two options: 1. Set it aside for now, and implement a better replacement 2. Jump right in, clean up the mess, and not have a functional alternative until PHP 7. +1 for expect. On Sat, Oct 19, 2013 at 3:33 AM, Robert Stoll wrote: > Hi Joe > > I like your RFC and how it is explained. > You might want to add to your explanations that ExpectationException is a > subclass of ErrorException (as mentioned in the other thread). > And I was just wondering what the default value will be for the ini property > zend.expectations, maybe you could add this as well. > > Cheers, > Robert > >> -----Original Message----- >> From: Joe Watkins [mailto:krakjoe@php.net] >> Sent: Friday, October 18, 2013 11:47 PM >> To: internals@lists.php.net >> Subject: [PHP-DEV] RFC: Expectations >> >> Evening Chaps, >> >> Following on from discussion regarding assertion API in PHP, the >> following RFC is now up for discussion: >> >> https://wiki.php.net/rfc/expectations >> >> Please do point out any missing sections or information, so that it > can >> be clarified as quickly as possible. >> >> I hope this conveys the idea a bit clearer to everyone ? >> >> Cheers >> Joe >> >> >> >> -- >> PHP Internals - PHP Runtime Development Mailing List To unsubscribe, > visit: >> http://www.php.net/unsub.php > > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >