Composer\Test\Satis\WebBuilderDumpTest::dataAbandoned PHP 메소드

dataAbandoned() 공개 메소드

public dataAbandoned ( ) : array
리턴 array
    public function dataAbandoned()
    {
        $data = [];
        $data['Abandoned not replaced'] = [true, '/No replacement was suggested/'];
        $data['Abandoned and replaced'] = ['othervendor/othername', '/Use othervendor\\/othername instead/'];
        return $data;
    }