Doctrine\Tests\Common\DataFixtures\ORMPurgerExcludeTest::testPurgeExcludeUsingFilterExpression PHP Method

testPurgeExcludeUsingFilterExpression() public method

Test for purge exclusion usig dbal filter expression regexp.
    public function testPurgeExcludeUsingFilterExpression()
    {
        $this->executeTestPurge('~^(?!ExcludedEntity)~', array());
    }