eZ\Publish\Core\Helper\Tests\ContentInfoLocationLoader\SudoMainLocationLoaderTest::testLoadLocationNoMainLocation PHP Method

testLoadLocationNoMainLocation() public method

    public function testLoadLocationNoMainLocation()
    {
        $contentInfo = new ContentInfo();
        $this->getLocationServiceMock()->expects($this->never())->method('loadLocation');
        $this->loader->loadLocation($contentInfo);
    }