You are here

protected function CollectionTest::setUp in Plug 7

File

lib/doctrine/collections/tests/Doctrine/Tests/Common/Collections/CollectionTest.php, line 16

Class

CollectionTest

Namespace

Doctrine\Tests\Common\Collections

Code

protected function setUp() {
  $this->collection = new ArrayCollection();
}