blob: a3a6ae5a9d44cc1a56ec8537806ed1533818a1d6 (
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/CheckPlatformReqsCommandTest.php
#[test]
#[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"]
fn test_platform_reqs_are_satisfied() {
todo!()
}
#[test]
#[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"]
fn test_exception_thrown_if_no_lockfile_found() {
todo!()
}
#[test]
#[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"]
fn test_failed_platform_requirement() {
todo!()
}
|