Knp\Bundle\KnpBundlesBundle\Tests\Commands\KbUpdateTrendsCommandTest::tearDown PHP Method

tearDown() public method

public tearDown ( )
    public function tearDown()
    {
        if (!$this->em) {
            return;
        }
        $purger = new ORMPurger($this->em);
        $purger->purge();
        $fixtures = new Data();
        $fixtures->load($this->em);
    }
KbUpdateTrendsCommandTest