14 calls to InputDefinitionTest::initializeOptions() in Zircon Profile 8.0
- InputDefinitionTest::testAddDuplicateOption in vendor/
symfony/ console/ Tests/ Input/ InputDefinitionTest.php - @expectedException \LogicException @expectedExceptionMessage An option named "foo" already exists.
- InputDefinitionTest::testAddDuplicateShortcutOption in vendor/
symfony/ console/ Tests/ Input/ InputDefinitionTest.php - @expectedException \LogicException @expectedExceptionMessage An option with shortcut "f" already exists.
- InputDefinitionTest::testAddOption in vendor/
symfony/ console/ Tests/ Input/ InputDefinitionTest.php - InputDefinitionTest::testAddOptions in vendor/
symfony/ console/ Tests/ Input/ InputDefinitionTest.php - InputDefinitionTest::testConstructorOptions in vendor/
symfony/ console/ Tests/ Input/ InputDefinitionTest.php - InputDefinitionTest::testGetInvalidOption in vendor/
symfony/ console/ Tests/ Input/ InputDefinitionTest.php - @expectedException \InvalidArgumentException @expectedExceptionMessage The "--bar" option does not exist.
- InputDefinitionTest::testGetOption in vendor/
symfony/ console/ Tests/ Input/ InputDefinitionTest.php - InputDefinitionTest::testGetOptionForInvalidShortcut in vendor/
symfony/ console/ Tests/ Input/ InputDefinitionTest.php - @expectedException \InvalidArgumentException @expectedExceptionMessage The "-l" option does not exist.
- InputDefinitionTest::testGetOptionForMultiShortcut in vendor/
symfony/ console/ Tests/ Input/ InputDefinitionTest.php - InputDefinitionTest::testGetOptionForShortcut in vendor/
symfony/ console/ Tests/ Input/ InputDefinitionTest.php - InputDefinitionTest::testHasOption in vendor/
symfony/ console/ Tests/ Input/ InputDefinitionTest.php - InputDefinitionTest::testHasShortcut in vendor/
symfony/ console/ Tests/ Input/ InputDefinitionTest.php - InputDefinitionTest::testSetOptions in vendor/
symfony/ console/ Tests/ Input/ InputDefinitionTest.php - InputDefinitionTest::testSetOptionsClearsOptions in vendor/
symfony/ console/ Tests/ Input/ InputDefinitionTest.php - @expectedException \InvalidArgumentException @expectedExceptionMessage The "-f" option does not exist.