protected function CollectionTest::setUp

File

drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Collections/CollectionTest.php, line 15

Class

CollectionTest

Namespace

Doctrine\Tests\Common\Collections

Code

protected function setUp() {
  $this->_coll = new \Doctrine\Common\Collections\ArrayCollection();
}