aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/command/require_command_test.rs
blob: 0f43342c836a353bc19d3afe9a3d12f7f1256c92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
//! ref: composer/tests/Composer/Test/Command/RequireCommandTest.php

#[test]
#[ignore = "requires ApplicationTester and TestCase::initTempComposer/getApplicationTester harness (not implemented)"]
fn test_require_throws_if_none_matches() {
    todo!()
}

#[test]
#[ignore = "requires ApplicationTester and TestCase::initTempComposer/getApplicationTester/setInputs harness (not implemented)"]
fn test_require_warns_if_resolved_to_feature_branch() {
    todo!()
}

#[test]
#[ignore = "requires ApplicationTester and TestCase::initTempComposer/getApplicationTester harness (not implemented)"]
fn test_require() {
    todo!()
}

#[test]
#[ignore = "requires ApplicationTester and TestCase::initTempComposer/createComposerLock/createInstalledJson/getApplicationTester harness (not implemented)"]
fn test_inconsistent_require_keys() {
    todo!()
}