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