PHPackages                             codeception/doctrine1module - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. codeception/doctrine1module

ActiveLibrary[Database &amp; ORM](/categories/database)

codeception/doctrine1module
===========================

Module for Doctrine 1.x ORM

1.0.0(11y ago)096.3k↓41.7%MITPHP

Since May 1Pushed 11y ago1 watchersCompare

[ Source](https://github.com/Codeception/Doctrine1Module)[ Packagist](https://packagist.org/packages/codeception/doctrine1module)[ RSS](/packages/codeception-doctrine1module/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Doctrine1 Module
================

[](#doctrine1-module)

Performs DB operations with Doctrine ORM 1.x

Uses active Doctrine connection. If none can be found will fail.

This module cleans all cached data after each test.

Installation
------------

[](#installation)

In `composer.json`

```
"require-dev": {
  "codeception/codeception": "~2.1",
  "codeception/doctrine1module": "*"
}

```

Status
------

[](#status)

- Maintainer: **davert**
- Stability: **stable**
- Contact:

Config
------

[](#config)

- cleanup: true - all doctrine queries will be run in transaction, which will be rolled back at the end of test.

### dontSeeInTable

[](#dontseeintable)

Checks table doesn't contain row with specified values Provide Doctrine model name and criteria that can be passed to addWhere DQL

Example:

```
