Lemon\RestBundle\Tests\Object\RegistryTest::testGetClassNotInRegistry PHP Method

testGetClassNotInRegistry() public method

    public function testGetClassNotInRegistry()
    {
        $this->setExpectedException('\\InvalidArgumentException');
        $registry = new Registry();
        $registry->get('\\foo\\bar');
    }