set('test_me_out', 'You got it boss!'); $this->app = $engine; } public function testTheContainer() { return $this->app->get('test_me_out'); } }