blob: 591fbfa76eecc804eb641f2cbf55f2fa39d91097 (
plain)
1
2
3
4
5
6
7
|
//! ref: composer/tests/Composer/Test/Command/AboutCommandTest.php
#[test]
#[ignore = "missing get_application_tester (ApplicationTester) infrastructure and Application::get_display/set_auto_exit"]
fn test_about() {
todo!()
}
|