Doctrine\Tests\ODM\PHPCR\Query\Builder\QueryBuilderTest::testNonExistantMethod PHP Метод

testNonExistantMethod() публичный Метод

    public function testNonExistantMethod()
    {
        $this->setExpectedException('BadMethodCallException', 'Unknown method "foobar" called on node');
        $this->node->foobar();
    }