collection = $collection; } public function testTheContainer() { $this->collection->whatever = 'yay!'; echo 'yay! I injected a collection, and it has ' . $this->collection->count() . ' items'; } }