newLoki / PropelModule

A propel module for codeception

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example:

$dbResult = $this->codeGuy->seeInDatabase(
    'tableName',
    '*',
    array('id_cart' => '1')
);
``

About

A propel module for codeception


Languages

Language:PHP 100.0%