Storm\Tests\Unit\Containers\RegistrarTest::testAllowsCorrectRegisterableType PHP Method

testAllowsCorrectRegisterableType() public method

    public function testAllowsCorrectRegisterableType()
    {
        $this->TypedRegistrar->Register(new \stdClass());
    }