| 
            DefinitionDecoratorTest::testReplaceArgumentShouldRequireIntegerIndex           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/DefinitionDecoratorTest.php           | 
                  
            @expectedException InvalidArgumentException           | 
              
          
                  | 
            Framework_MockObjectTest::testArgumentCloningOptionGeneratesUniqueMock           | 
                  
            function           | 
                  
            drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockObjectTest.php           | 
                  
                       | 
              
          
                  | 
            Framework_ConstraintTest::testConstraintCallbackInvalidFunctionArgument           | 
                  
            function           | 
                  
            drupal/core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php           | 
                  
            @covers PHPUnit_Framework_Constraint_Callback
@expectedException InvalidArgumentException
@expectedExceptionMessage Specified callback <invalid callback> is not callable.           | 
              
          
                  | 
            Framework_MockObjectTest::testStaticMethodCallWithArgumentCloningEnabled           | 
                  
            function           | 
                  
            drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockObjectTest.php           | 
                  
                       | 
              
          
                  | 
            Framework_MockObjectTest::testObjectMethodCallWithArgumentCloningEnabled           | 
                  
            function           | 
                  
            drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockObjectTest.php           | 
                  
                       | 
              
          
                  | 
            ProcessBuilderTest::testShouldThrowALogicExceptionIfNoPrefixAndNoArgument           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/ProcessBuilderTest.php           | 
                  
            @expectedException \Symfony\Component\Process\Exception\LogicException           | 
              
          
                  | 
            PHP_CodeCoverageTest::testSetCacheTokensThrowsExceptionForInvalidArgument           | 
                  
            function           | 
                  
            drupal/core/vendor/phpunit/php-code-coverage/Tests/PHP/CodeCoverageTest.php           | 
                  
            @covers            PHP_CodeCoverage::setCacheTokens
@expectedException PHP_CodeCoverage_Exception           | 
              
          
                  | 
            Framework_MockObjectTest::testStaticMethodCallWithArgumentCloningDisabled           | 
                  
            function           | 
                  
            drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockObjectTest.php           | 
                  
                       | 
              
          
                  | 
            Framework_MockObjectTest::testObjectMethodCallWithArgumentCloningDisabled           | 
                  
            function           | 
                  
            drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockObjectTest.php           | 
                  
                       | 
              
          
                  | 
            Twig_Tests_ExpressionParserTest::testMacroCallDoesNotSupportNamedArguments           | 
                  
            function           | 
                  
            drupal/core/vendor/twig/twig/test/Twig/Tests/ExpressionParserTest.php           | 
                  
            @expectedException Twig_Error_Syntax           | 
              
          
                  | 
            Twig_Tests_Node_Expression_FilterTest::testCompileWithMissingNamedArgument           | 
                  
            function           | 
                  
            drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/FilterTest.php           | 
                  
            @expectedException        Twig_Error_Syntax
@expectedExceptionMessage Value for argument "from" is required for filter "replace".           | 
              
          
                  | 
            Framework_MockBuilderTest::testByDefaultDoesNotPassArgumentsToTheConstructor           | 
                  
            function           | 
                  
            drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockBuilderTest.php           | 
                  
                       | 
              
          
                  | 
            Twig_Tests_Node_Expression_FilterTest::testCompileWithWrongNamedArgumentName           | 
                  
            function           | 
                  
            drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/FilterTest.php           | 
                  
            @expectedException        Twig_Error_Syntax
@expectedExceptionMessage Unknown argument "foobar" for filter "date".           | 
              
          
                  | 
            Framework_ConstraintTest::testConstraintCallbackInvalidArrayArgumentWithObject           | 
                  
            function           | 
                  
            drupal/core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php           | 
                  
            @covers PHPUnit_Framework_Constraint_Callback
@expectedException InvalidArgumentException
@expectedExceptionMessage Specified callback <Framework_ConstraintTest::invalid callback> is not callable.           | 
              
          
                  | 
            Twig_Tests_ExpressionParserTest::testAttributeCallDoesNotSupportNamedArguments           | 
                  
            function           | 
                  
            drupal/core/vendor/twig/twig/test/Twig/Tests/ExpressionParserTest.php           | 
                  
            @expectedException Twig_Error_Syntax           | 
              
          
                  | 
            Framework_ConstraintTest::testConstraintCallbackInvalidArrayArgumentWithBadArray           | 
                  
            function           | 
                  
            drupal/core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php           | 
                  
            @covers PHPUnit_Framework_Constraint_Callback
@expectedException InvalidArgumentException
@expectedExceptionMessage Specified callback <array without indexes 0 and 1 set> is not callable.           | 
              
          
                  | 
            Framework_ConstraintTest::testConstraintCallbackInvalidArrayArgumentWithClassname           | 
                  
            function           | 
                  
            drupal/core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php           | 
                  
            @covers PHPUnit_Framework_Constraint_Callback
@expectedException InvalidArgumentException
@expectedExceptionMessage Specified callback <Framework_ConstraintTest::invalid callback> is not callable.           | 
              
          
                  | 
            Framework_ConstraintTest::testConstraintCallbackInvalidArrayArgumentWithEmptyArray           | 
                  
            function           | 
                  
            drupal/core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php           | 
                  
            @covers PHPUnit_Framework_Constraint_Callback
@expectedException InvalidArgumentException
@expectedExceptionMessage Specified callback <empty array> is not callable.           | 
              
          
                  | 
            PHP_CodeCoverageTest::testSetForceCoversAnnotationThrowsExceptionForInvalidArgument           | 
                  
            function           | 
                  
            drupal/core/vendor/phpunit/php-code-coverage/Tests/PHP/CodeCoverageTest.php           | 
                  
            @covers            PHP_CodeCoverage::setForceCoversAnnotation
@expectedException PHP_CodeCoverage_Exception           | 
              
          
                  | 
            PHP_CodeCoverageTest::testSetProcessUncoveredFilesFromWhitelistThrowsExceptionForInvalidArgument           | 
                  
            function           | 
                  
            drupal/core/vendor/phpunit/php-code-coverage/Tests/PHP/CodeCoverageTest.php           | 
                  
            @covers            PHP_CodeCoverage::setProcessUncoveredFilesFromWhitelist
@expectedException PHP_CodeCoverage_Exception           | 
              
          
                  | 
            PHP_CodeCoverageTest::testSetMapTestClassNameToCoveredClassNameThrowsExceptionForInvalidArgument           | 
                  
            function           | 
                  
            drupal/core/vendor/phpunit/php-code-coverage/Tests/PHP/CodeCoverageTest.php           | 
                  
            @covers            PHP_CodeCoverage::setMapTestClassNameToCoveredClassName
@expectedException PHP_CodeCoverage_Exception           | 
              
          
                  | 
            Framework_MockObject_GeneratorTest::testGetMockForAbstractClassExpectingInvalidArgumentException           | 
                  
            function           | 
                  
            drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/GeneratorTest.php           | 
                  
            @dataProvider getMockForAbstractClassExpectsInvalidArgumentExceptionDataprovider
@covers PHPUnit_Framework_MockObject_Generator::getMockForAbstractClass
@expectedException PHPUnit_Framework_Exception           | 
              
          
                  | 
            Framework_MockObject_GeneratorTest::getMockForAbstractClassExpectsInvalidArgumentExceptionDataprovider           | 
                  
            function           | 
                  
            drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/GeneratorTest.php           | 
                  
            Dataprovider for test "testGetMockForAbstractClassExpectingInvalidArgumentException"           |