blob: c23691b6b2562b3b9b24f4c37e2cbed2e3e6ed32 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
//! ref: composer/tests/Composer/Test/Command/SuggestsCommandTest.php
#[ignore = "missing TestCase::init_temp_composer, create_installed_json, create_composer_lock, and get_application_tester (ApplicationTester) infrastructure"]
#[test]
fn test_installed_packages_with_no_suggestions() {
todo!()
}
#[ignore = "missing TestCase::init_temp_composer, create_installed_json, create_composer_lock, get_application_tester (ApplicationTester), and get_version_parser infrastructure"]
#[test]
fn test_suggest() {
todo!()
}
|