aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/command/archive_command_test.rs
blob: b716a3c85129a9fa045ba7dc1c7666b002844ee1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
//! ref: composer/tests/Composer/Test/Command/ArchiveCommandTest.php

#[test]
#[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"]
fn test_uses_config_from_composer_object() {
    todo!()
}

#[test]
#[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"]
fn test_uses_config_from_factory_when_composer_is_not_defined() {
    todo!()
}

#[test]
#[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"]
fn test_uses_config_from_composer_object_with_package_name() {
    todo!()
}