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