Contao\CoreBundle\Test\Framework\Adapter\AdapterTest::testMagicCallMissingMethod PHP Method

testMagicCallMissingMethod() public method

Tests the __call method of a non-existent function.
    public function testMagicCallMissingMethod()
    {
        $adapter = new Adapter('Contao\\CoreBundle\\Test\\Fixtures\\Adapter\\LegacyClass');
        $adapter->missingMethod();
    }