Ejemplo n.º 1
0
<?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()