blob: ca4d9a2b71597e1563b07c2f4a03645b1e7ffcc2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
//! ref: composer/tests/Composer/Test/Command/SuggestsCommandTest.php
#[test]
#[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"]
fn test_installed_packages_with_no_suggestions() {
todo!()
}
#[test]
#[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"]
fn test_suggest() {
todo!()
}
|