eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Configuration\Suggestion\Tests\ConfigSuggestionTest::testEmptyConstructor PHP Method

testEmptyConstructor() public method

    public function testEmptyConstructor()
    {
        $suggestion = new ConfigSuggestion();
        $this->assertNull($suggestion->getMessage());
        $this->assertSame(array(), $suggestion->getSuggestion());
        $this->assertFalse($suggestion->isMandatory());
    }