protected function CollectionTest::setUp in Plug 7
File
- lib/
doctrine/ collections/ tests/ Doctrine/ Tests/ Common/ Collections/ CollectionTest.php, line 16
Class
Namespace
Doctrine\Tests\Common\CollectionsCode
protected function setUp() {
$this->collection = new ArrayCollection();
}