News Feed
Jobs Feed
Sections




News Archive
Internet Super Hero:
PHP mysqlnd and its tests
July 30, 2007 @ 15:55:00

The Internet Super Hero blog has posted some new tests using the mysqlnd driver for PHP and shows you how it's all done for you to follow along at home.

PHP extensions can test their userland (PHP) functionality using so called "phpt Tests". phpt Tests consist of several parts with their main part being regular PHP code to test PHP. On the website of the PHP Quality Assurance Team you can find a documentation of the phpt Tests syntax on the page Writing Tests, if your are interested in the details. Most extensions contain a tests/ subdirectory in the PHP source code to ship the tests together with C code of the extensions. So do ext/mysql and ext/mysqli.

They show the testing structure they used and some of the stats they found from their runs. The rest of the post is dedicated to how it was all set up:

  • implemented as phpt Tests
  • which need new settings
  • Using run-tests.php to run the tests
  • Failing tests
  • Useful run-tests.php options and features

They also briefly mention what a typical set of test results are (for the time the post was made).

0 comments voice your opinion now!
mysqlnd test tutorial php6 tree phpt mysqlnd test tutorial php6 tree phpt


blog comments powered by Disqus

Similar Posts

PHPBuilder.com: Using the Factory Pattern in PHP Applications

Sameer Borate's Blog: Building a Graph data structure in PHP

DevShed: Building a Search Engine with MySQL and PHP 5

Freeaqingme's Blog: PHP, JS & Service layers: Blend like never before

Josh Adell's Blog: Command Invoker Pattern with the Open/Closed Principle


Community Events











Don't see your event here?
Let us know!


release series podcast rest introduction database testing unittest functional usergroup symfony2 conference community language framework zendframework2 interview development opinion phpunit

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework