<?php require_once dirname(dirname(dirname(__FILE__))) . '/q-test/lib/qtestcase.php'; QTest_Helper::import(dirname(__FILE__) . '/fixture'); class Test_QColl extends QTestCase { function testCreateFromArray() { } function testValues() { } function testOffsetExists() { } function testOffsetGet() { } function testOffsetSet() { } function testOffsetUnset() { } function testCurrent() { } function testKey() { } function testNext()
<?php // $Id: _setup.php 2360 2009-04-01 15:35:38Z dualface $ require_once dirname(dirname(__FILE__)) . '/bootstrap.php'; QTest_Helper::import(dirname(__FILE__) . '/fixtures'); QTest_Helper::loadConfig('database.yaml', 'db_dsn_pool');