Composer\Test\Satis\WebBuilderDumpTest::dataAbandoned PHP Method

dataAbandoned() public method

public dataAbandoned ( ) : array
return 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;
    }