15 calls to PHPUnit_Framework_TestCase::setExpectedException() in Zircon Profile 8
- AutoloaderTest::testRegisterWithInvalidCallback in vendor/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Proxy/ AutoloaderTest.php  - ContextTest::testAddFails in vendor/
sebastian/ recursion-context/ tests/ ContextTest.php  - @covers SebastianBergmann\RecursionContext\Context::add @uses SebastianBergmann\RecursionContext\InvalidArgumentException @dataProvider failsProvider
 - ContextTest::testContainsFails in vendor/
sebastian/ recursion-context/ tests/ ContextTest.php  - @covers SebastianBergmann\RecursionContext\Context::contains @uses SebastianBergmann\RecursionContext\InvalidArgumentException @dataProvider failsProvider
 - Framework_MockObject_GeneratorTest::testGetMockForSingletonWithUnserializeFail in vendor/
phpunit/ phpunit-mock-objects/ tests/ GeneratorTest.php  - Same as "testGetMockForSingletonWithReflectionSuccess", but we expect warning for PHP < 5.4.0 since PHPUnit will try to execute private __wakeup on unserialize
 - Framework_MockObject_Matcher_ConsecutiveParametersTest::testIntegrationExpectingException in vendor/
phpunit/ phpunit-mock-objects/ tests/ MockObject/ Matcher/ ConsecutiveParametersTest.php  - InstantiatorTest::testExceptionOnUnSerializationException in vendor/
doctrine/ instantiator/ tests/ DoctrineTest/ InstantiatorTest/ InstantiatorTest.php  - InstantiatorTest::testInstantiationFromNonExistingClass in vendor/
doctrine/ instantiator/ tests/ DoctrineTest/ InstantiatorTest/ InstantiatorTest.php  - @dataProvider getInvalidClassNames
 - PHPUnit_Framework_TestCase::setExpectedExceptionFromAnnotation in vendor/
phpunit/ phpunit/ src/ Framework/ TestCase.php  - @since Method available since Release 3.4.0
 - ProxyClassGeneratorTest::testClassWithInvalidTypeHintOnProxiedMethod in vendor/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Proxy/ ProxyClassGeneratorTest.php  - ProxyClassGeneratorTest::testInvalidPlaceholderThrowsException in vendor/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Proxy/ ProxyClassGeneratorTest.php  - ProxyClassGeneratorTest::testNoConfigDirThrowsException in vendor/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Proxy/ ProxyClassGeneratorTest.php  - ProxyClassGeneratorTest::testNoNamespaceThrowsException in vendor/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Proxy/ ProxyClassGeneratorTest.php  - ProxyLogicTest::testFailedLoadingWillThrowException in vendor/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Proxy/ ProxyLogicTest.php  - ProxyLogicTest::testNoticeWhenReadingNonExistentPublicProperties in vendor/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Proxy/ ProxyLogicTest.php  - ProxyMagicMethodsTest::testInheritedMagicGetByRef in vendor/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Proxy/ ProxyMagicMethodsTest.php  - @group DCOM-194