//! ref: composer/tests/Composer/Test/Command/RunScriptCommandTest.php #[test] #[ignore = "requires PHPUnit getMockBuilder/onlyMethods partial mock of RunScriptCommand (override requireComposer/initialize/etc) plus expects()/with()/willReturn()/returnValueMap mocks of InputInterface/OutputInterface/EventDispatcher with a callback constraint on ScriptEvent; no mocking infrastructure exists"] fn test_detect_and_pass_dev_mode_to_event_and_to_dispatching() { todo!() } #[test] #[ignore = "requires init_temp_composer and get_application_tester (ApplicationTester) infrastructure; neither exists"] fn test_can_list_scripts() { todo!() } #[test] #[ignore = "requires init_temp_composer and get_application_tester (ApplicationTester) infrastructure; neither exists"] fn test_can_define_aliases() { todo!() } #[test] #[ignore = "requires init_temp_composer/get_application_tester (ApplicationTester) plus writing and executing a PHP-generated Symfony Command class (file_put_contents MyCommand.php); fundamentally unportable, no infrastructure exists"] fn test_execution_of_simple_symfony_command() { todo!() } #[test] #[ignore = "requires init_temp_composer/get_application_tester (ApplicationTester) plus writing and executing a PHP-generated Symfony Command class (file_put_contents MyCommandWithDefinitions.php); fundamentally unportable, no infrastructure exists"] fn test_execution_of_symfony_command_with_configuration() { todo!() }