1
0
Fork 0
composer/tests/Composer/Test/Fixtures/installer/suggest-prod.test

27 lines
587 B
Plaintext
Raw Normal View History

2014-04-07 09:10:57 +00:00
--TEST--
Suggestions are not displayed in non-dev mode
--COMPOSER--
{
"repositories": [
{
"type": "package",
"package": [
{ "name": "a/a", "version": "1.0.0", "suggest": { "b/b": "an obscure reason" } }
]
}
],
"require": {
"a/a": "1.0.0"
}
}
--RUN--
install --no-dev
--EXPECT-OUTPUT--
<info>Loading composer repositories with package information</info>
<info>Installing dependencies</info>
<info>Writing lock file</info>
<info>Generating autoload files</info>
--EXPECT--
Installing a/a (1.0.0)