DbProfilerTest::testDbMysql PHP Метод

testDbMysql() публичный Метод

public testDbMysql ( )
    public function testDbMysql()
    {
        require 'unit-tests/config.db.php';
        if (empty($configMysql)) {
            $this->markTestSkipped("Skipped");
            return;
        }
        $connection = new Phalcon\Db\Adapter\Pdo\Mysql($configMysql);
        $this->_executeTests($connection);
    }