Composer\Satis\PackageSelection\PackageSelectionLoadTest::testNoIncludeFile PHP Method

testNoIncludeFile() public method

public testNoIncludeFile ( )
    public function testNoIncludeFile()
    {
        /*
         * include file not found means output + empty $packages
         */
        $this->root->removeChild('include');
        $this->assertEmpty($this->selection->load());
    }