Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:1688 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 5630 invoked from network); 19 May 2003 08:45:06 -0000 Received: from unknown (HELO dellserver.guidance.nl) (213.201.153.14) by pb1.pair.com with SMTP; 19 May 2003 08:45:06 -0000 Received: by DELLSERVER with Internet Mail Service (5.5.2656.59) id ; Mon, 19 May 2003 10:46:23 +0200 Message-ID: <7BE0F4A5D7AED2119B7500A0C94C58AC3D6C18@DELLSERVER> To: PHP Internals Date: Mon, 19 May 2003 10:46:14 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2656.59) Content-Type: text/plain Subject: RE: [PHP-DEV] PECL Package Proposal: kadm5 - REPOST From: M.Boeren@guidance.nl (Marc Boeren) > > > 5. There should be atleast one test per function, if possible. > > > > Hmm, to test the functions I have to connect to an Kerberos > V administration > > server... > > Yeah, I know :) But tests also can work as examples so there is > something to gain there. The DBX (ext/dbx) guys figured out something > clever to handle cases where the DB server was not available, perhaps > you can have a look on how they did it. Not really, there is a testset for dbx but there is also a database initialization script to set up a database to test against. So sorry, no cleverness here :-) Cheerio, Marc.