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

testDisallowsIncorrectRegisterableType() public method

    public function testDisallowsIncorrectRegisterableType()
    {
        $this->TypedRegistrar->Register(new \SplStack());
    }