Composer\Satis\PackageSelection\PackageSelectionLoadTest::testNoIncludeFile PHP 메소드

testNoIncludeFile() 공개 메소드

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