PhlytyTest\MustacheViewModelTest::testMagicAppMethodReturnsAppInstance PHP Method

testMagicAppMethodReturnsAppInstance() public method

    public function testMagicAppMethodReturnsAppInstance()
    {
        $this->assertSame($this->app, $this->model->__app());
    }