/PropelModule

A propel module for codeception

Primary LanguagePHP

Example:

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