Nelmio\Alice\Throwable\Exception\FixtureBuilder\Denormalizer\DenormalizerExceptionFactoryTest::testTestCreateForInvalidScopeForUniqueValue PHP Method

testTestCreateForInvalidScopeForUniqueValue() public method

    public function testTestCreateForInvalidScopeForUniqueValue()
    {
        $exception = DenormalizerExceptionFactory::createForInvalidScopeForUniqueValue();
        $this->assertEquals('Cannot bind a unique value scope to a temporary fixture.', $exception->getMessage());
        $this->assertEquals(0, $exception->getCode());
        $this->assertNull($exception->getPrevious());
    }