aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/command/about_command_test.rs
blob: 3f1988528430bb4c87e0fd311e15bebff4973db1 (plain)
1
2
3
4
5
6
7
//! ref: composer/tests/Composer/Test/Command/AboutCommandTest.php

#[test]
#[ignore = "requires the ApplicationTester harness (TestCase::getApplicationTester), which is not yet ported"]
fn test_about() {
    todo!()
}