Skip to content

Instantly share code, notes, and snippets.

@eigan
Created October 24, 2017 16:17
Show Gist options
  • Save eigan/fde3fea431b190111219df65ee506b6a to your computer and use it in GitHub Desktop.
Save eigan/fde3fea431b190111219df65ee506b6a to your computer and use it in GitHub Desktop.
$ git clone git@github.com:mikey179/bovigo-assert.git
Cloning into 'bovigo-assert'...
remote: Counting objects: 1533, done.
remote: Total 1533 (delta 0), reused 0 (delta 0), pack-reused 1533
Receiving objects: 100% (1533/1533), 264.62 KiB | 302.00 KiB/s, done.
Resolving deltas: 100% (957/957), done.
$ cd bovigo-assert
$ composer install
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Package operations: 29 installs, 0 updates, 0 removals
- Installing mikey179/vfsstream (v1.6.5): Loading from cache
- Installing webmozart/assert (1.2.0): Loading from cache
- Installing phpdocumentor/reflection-common (1.0.1): Loading from cache
- Installing phpdocumentor/type-resolver (0.4.0): Loading from cache
- Installing phpdocumentor/reflection-docblock (4.1.1): Loading from cache
- Installing phpunit/php-token-stream (2.0.1): Loading from cache
- Installing sebastian/version (2.0.1): Loading from cache
- Installing sebastian/resource-operations (1.0.0): Loading from cache
- Installing sebastian/recursion-context (3.0.0): Loading from cache
- Installing sebastian/object-reflector (1.1.1): Loading from cache
- Installing sebastian/object-enumerator (3.0.3): Loading from cache
- Installing sebastian/global-state (2.0.0): Loading from cache
- Installing sebastian/exporter (3.1.0): Loading from cache
- Installing sebastian/environment (3.1.0): Loading from cache
- Installing sebastian/diff (2.0.1): Loading from cache
- Installing sebastian/comparator (2.0.2): Loading from cache
- Installing phpunit/php-text-template (1.2.1): Loading from cache
- Installing doctrine/instantiator (1.1.0): Loading from cache
- Installing phpunit/phpunit-mock-objects (4.0.4): Loading from cache
- Installing phpunit/php-timer (1.0.9): Loading from cache
- Installing phpunit/php-file-iterator (1.4.2): Loading from cache
- Installing theseer/tokenizer (1.1.0): Loading from cache
- Installing sebastian/code-unit-reverse-lookup (1.0.1): Loading from cache
- Installing phpunit/php-code-coverage (5.2.2): Loading from cache
- Installing phpspec/prophecy (v1.7.2): Loading from cache
- Installing phar-io/version (1.0.1): Loading from cache
- Installing phar-io/manifest (1.0.1): Loading from cache
- Installing myclabs/deep-copy (1.6.1): Loading from cache
- Installing phpunit/phpunit (6.3.0): Downloading (100%)
sebastian/global-state suggests installing ext-uopz (*)
phpunit/phpunit-mock-objects suggests installing ext-soap (*)
phpunit/php-code-coverage suggests installing ext-xdebug (^2.5.5)
phpunit/phpunit suggests installing ext-xdebug (*)
phpunit/phpunit suggests installing phpunit/php-invoker (^1.1)
Generating autoload files
$ phpunit
PHPUnit 6.3.0 by Sebastian Bergmann and contributors.
Runtime: PHP 7.1.10
Configuration: /home/einar/projects/mikey179/bovigo-assert/phpunit.xml.dist
Error: No code coverage driver is available
RFFRRRFRFRFRFRFRFRRRFFRRFFRRFFRRRRFFRRRRRRRRRRRRRRRRRRRRRRRR... 63 / 468 ( 13%)
........................R.FRRRRRRRRRRRRR....RRFFFFFFFFF........ 126 / 468 ( 26%)
................RFRF............RFRFRFRF....................... 189 / 468 ( 40%)
............................R.R.RRRRRR......R.................. 252 / 468 ( 53%)
...............R........R..RRRRRRRRRR.FFFFFR................... 315 / 468 ( 67%)
..............................R............RRRRRRRRRFR......... 378 / 468 ( 80%)
..R.....R...................................................... 441 / 468 ( 94%)
...R......RRR..R.....R..... 468 / 468 (100%)
Time: 82 ms, Memory: 10.00MB
There were 38 failures:
1) bovigo\assert\AssertTest::assertFailsWhenPredicateReturnsFalse
Failed asserting that exception of type "bovigo\assert\AssertionFailure" is thrown.
/home/einar/projects/mikey179/bovigo-assert/src/test/php/AssertTest.php:40
2) bovigo\assert\AssertTest::assertionFailureContainsAdditionalDescription
Failed asserting that exception of type "bovigo\assert\AssertionFailure" is thrown.
/home/einar/projects/mikey179/bovigo-assert/src/test/php/AssertTest.php:58
3) bovigo\assert\AssertTest::assertionCounterIsIncreasedInCaseOfFailure
Failed asserting that exception of type "bovigo\assert\AssertionFailure" is thrown.
/home/einar/projects/mikey179/bovigo-assert/src/test/php/AssertTest.php:115
4) bovigo\assert\AssertTest::assertEmptyStringFailsWhenValueIsNotEmptyString
Failed asserting that exception of type "bovigo\assert\AssertionFailure" is thrown.
/home/einar/projects/mikey179/bovigo-assert/src/test/php/AssertTest.php:137
5) bovigo\assert\AssertTest::assertEmptyArrayFailsWhenValueIsNotEmptyArray
Failed asserting that exception of type "bovigo\assert\AssertionFailure" is thrown.
/home/einar/projects/mikey179/bovigo-assert/src/test/php/AssertTest.php:165
6) bovigo\assert\AssertTest::outputOfThrowsAssertionFailureWhenOutputDoesSatisfyPredicate
Failed asserting that exception of type "bovigo\assert\AssertionFailure" is thrown.
/home/einar/projects/mikey179/bovigo-assert/src/test/php/AssertTest.php:206
7) bovigo\assert\CatchedErrorTest::withMessageFailsThrowsAssertionFailure
Failed asserting that exception of type "bovigo\assert\AssertionFailure" is thrown.
/home/einar/projects/mikey179/bovigo-assert/src/test/php/CatchedErrorTest.php:50
8) bovigo\assert\CatchedErrorTest::messageAssertsWithGivenPredicateThrowsAssertionFailureWhenPredicateFails
Failed asserting that exception of type "bovigo\assert\AssertionFailure" is thrown.
/home/einar/projects/mikey179/bovigo-assert/src/test/php/CatchedErrorTest.php:81
9) bovigo\assert\CatchedExceptionTest::withMessageFailsThrowsAssertionFailure with data set "exception" (Exception Object (...))
Failed asserting that exception of type "bovigo\assert\AssertionFailure" is thrown.
/home/einar/projects/mikey179/bovigo-assert/src/test/php/CatchedExceptionTest.php:58
10) bovigo\assert\CatchedExceptionTest::withMessageFailsThrowsAssertionFailure with data set "error" (Error Object (...))
Failed asserting that exception of type "bovigo\assert\AssertionFailure" is thrown.
/home/einar/projects/mikey179/bovigo-assert/src/test/php/CatchedExceptionTest.php:58
11) bovigo\assert\CatchedExceptionTest::messageAssertsWithGivenPredicateThrowsAssertionFailureWhenPredicateFails with data set "exception" (Exception Object (...))
Failed asserting that exception of type "bovigo\assert\AssertionFailure" is thrown.
/home/einar/projects/mikey179/bovigo-assert/src/test/php/CatchedExceptionTest.php:91
12) bovigo\assert\CatchedExceptionTest::messageAssertsWithGivenPredicateThrowsAssertionFailureWhenPredicateFails with data set "error" (Error Object (...))
Failed asserting that exception of type "bovigo\assert\AssertionFailure" is thrown.
/home/einar/projects/mikey179/bovigo-assert/src/test/php/CatchedExceptionTest.php:91
13) bovigo\assert\CatchedExceptionTest::withCodeFailsThrowsAssertionFailure with data set "exception" (Exception Object (...))
Failed asserting that exception of type "bovigo\assert\AssertionFailure" is thrown.
/home/einar/projects/mikey179/bovigo-assert/src/test/php/CatchedExceptionTest.php:118
14) bovigo\assert\CatchedExceptionTest::withCodeFailsThrowsAssertionFailure with data set "error" (Error Object (...))
Failed asserting that exception of type "bovigo\assert\AssertionFailure" is thrown.
/home/einar/projects/mikey179/bovigo-assert/src/test/php/CatchedExceptionTest.php:118
15) bovigo\assert\CatchedExceptionTest::withThrowsAssertionFailureWhenPredicateFails with data set "exception" (Exception Object (...))
Failed asserting that exception of type "bovigo\assert\AssertionFailure" is thrown.
/home/einar/projects/mikey179/bovigo-assert/src/test/php/CatchedExceptionTest.php:158
16) bovigo\assert\CatchedExceptionTest::withThrowsAssertionFailureWhenPredicateFails with data set "error" (Error Object (...))
Failed asserting that exception of type "bovigo\assert\AssertionFailure" is thrown.
/home/einar/projects/mikey179/bovigo-assert/src/test/php/CatchedExceptionTest.php:158
17) bovigo\assert\ExpectationTest::expectationThrowsAssertionFailureWhenResultDoesNotFulfillPredicate
Failed asserting that exception of type "bovigo\assert\AssertionFailure" is thrown.
/home/einar/projects/mikey179/bovigo-assert/src/test/php/ExpectationTest.php:333
18) bovigo\assert\ExpectationTest::outputOfUnexpectedExceptionTypeIsHelpful with data set "exception against exception" (Exception Object (...), 'BadFunctionCallException')
Failed asserting that exception of type "bovigo\assert\AssertionFailure" is thrown.
/home/einar/projects/mikey179/bovigo-assert/src/test/php/ExpectationTest.php:454
19) bovigo\assert\ExpectationTest::outputOfUnexpectedExceptionTypeIsHelpful with data set "exception against error" (Exception Object (...), 'TypeError')
Failed asserting that exception of type "bovigo\assert\AssertionFailure" is thrown.
/home/einar/projects/mikey179/bovigo-assert/src/test/php/ExpectationTest.php:454
20) bovigo\assert\ExpectationTest::outputOfUnexpectedExceptionTypeIsHelpful with data set "error against error" (Error Object (...), 'TypeError')
Failed asserting that exception of type "bovigo\assert\AssertionFailure" is thrown.
/home/einar/projects/mikey179/bovigo-assert/src/test/php/ExpectationTest.php:454
21) bovigo\assert\ExpectationTest::outputOfUnexpectedExceptionTypeIsHelpful with data set "error against exception" (Error Object (...), 'BadFunctionCallException')
Failed asserting that exception of type "bovigo\assert\AssertionFailure" is thrown.
/home/einar/projects/mikey179/bovigo-assert/src/test/php/ExpectationTest.php:454
22) bovigo\assert\ExpectationTest::outputOfUnexpectedExceptionIsHelpful with data set "exception against exception" (Exception Object (...), 'BadFunctionCallException')
Failed asserting that exception of type "bovigo\assert\AssertionFailure" is thrown.
/home/einar/projects/mikey179/bovigo-assert/src/test/php/ExpectationTest.php:475
23) bovigo\assert\ExpectationTest::outputOfUnexpectedExceptionIsHelpful with data set "exception against error" (Exception Object (...), 'TypeError')
Failed asserting that exception of type "bovigo\assert\AssertionFailure" is thrown.
/home/einar/projects/mikey179/bovigo-assert/src/test/php/ExpectationTest.php:475
24) bovigo\assert\ExpectationTest::outputOfUnexpectedExceptionIsHelpful with data set "error against error" (Error Object (...), 'TypeError')
Failed asserting that exception of type "bovigo\assert\AssertionFailure" is thrown.
/home/einar/projects/mikey179/bovigo-assert/src/test/php/ExpectationTest.php:475
25) bovigo\assert\ExpectationTest::outputOfUnexpectedExceptionIsHelpful with data set "error against exception" (Error Object (...), 'BadFunctionCallException')
Failed asserting that exception of type "bovigo\assert\AssertionFailure" is thrown.
/home/einar/projects/mikey179/bovigo-assert/src/test/php/ExpectationTest.php:475
26) bovigo\assert\ExpectationTest::outputOfUnexpectedErrorIsHelpful
Failed asserting that exception of type "bovigo\assert\AssertionFailure" is thrown.
/home/einar/projects/mikey179/bovigo-assert/src/test/php/ExpectationTest.php:498
27) bovigo\assert\phpunit\CompatibilityTest::testAssertEmptyFailure
Failed asserting that exception of type "bovigo\assert\AssertionFailure" is thrown.
/home/einar/projects/mikey179/bovigo-assert/src/test/php/phpunit/CompatibilityTest.php:288
28) bovigo\assert\phpunit\CompatibilityTest::testAssertNotEmptyFailure
Failed asserting that exception of type "bovigo\assert\AssertionFailure" is thrown.
/home/einar/projects/mikey179/bovigo-assert/src/test/php/phpunit/CompatibilityTest.php:306
29) bovigo\assert\phpunit\CompatibilityTest::testAssertTrueFailure
Failed asserting that exception of type "bovigo\assert\AssertionFailure" is thrown.
/home/einar/projects/mikey179/bovigo-assert/src/test/php/phpunit/CompatibilityTest.php:436
30) bovigo\assert\phpunit\CompatibilityTest::testAssertFalseFailure
Failed asserting that exception of type "bovigo\assert\AssertionFailure" is thrown.
/home/einar/projects/mikey179/bovigo-assert/src/test/php/phpunit/CompatibilityTest.php:454
31) bovigo\assert\phpunit\CompatibilityTest::testAssertNotNullFailure
Failed asserting that exception of type "bovigo\assert\AssertionFailure" is thrown.
/home/einar/projects/mikey179/bovigo-assert/src/test/php/phpunit/CompatibilityTest.php:472
32) bovigo\assert\phpunit\CompatibilityTest::testAssertNullFailure
Failed asserting that exception of type "bovigo\assert\AssertionFailure" is thrown.
/home/einar/projects/mikey179/bovigo-assert/src/test/php/phpunit/CompatibilityTest.php:490
33) bovigo\assert\predicate\IsEmptyTest::assertionFailureWithStringContainsMeaningfulInformation
Failed asserting that exception of type "bovigo\assert\AssertionFailure" is thrown.
/home/einar/projects/mikey179/bovigo-assert/src/test/php/predicate/IsEmptyTest.php:104
34) bovigo\assert\predicate\IsEmptyTest::assertionFailureWithIntegerContainsMeaningfulInformation
Failed asserting that exception of type "bovigo\assert\AssertionFailure" is thrown.
/home/einar/projects/mikey179/bovigo-assert/src/test/php/predicate/IsEmptyTest.php:114
35) bovigo\assert\predicate\IsEmptyTest::assertionFailureWithBooleanContainsMeaningfulInformation
Failed asserting that exception of type "bovigo\assert\AssertionFailure" is thrown.
/home/einar/projects/mikey179/bovigo-assert/src/test/php/predicate/IsEmptyTest.php:124
36) bovigo\assert\predicate\IsEmptyTest::assertionFailureWithArrayContainsMeaningfulInformation
Failed asserting that exception of type "bovigo\assert\AssertionFailure" is thrown.
/home/einar/projects/mikey179/bovigo-assert/src/test/php/predicate/IsEmptyTest.php:134
37) bovigo\assert\predicate\IsEmptyTest::assertionFailureWithCountableContainsMeaningfulInformation
Failed asserting that exception of type "bovigo\assert\AssertionFailure" is thrown.
/home/einar/projects/mikey179/bovigo-assert/src/test/php/predicate/IsEmptyTest.php:144
38) bovigo\assert\predicate\IsNullTest::assertionFailureContainsMeaningfulInformation
Failed asserting that exception of type "bovigo\assert\AssertionFailure" is thrown.
/home/einar/projects/mikey179/bovigo-assert/src/test/php/predicate/IsNullTest.php:68
--
There were 107 risky tests:
1) bovigo\assert\AssertTest::assertSucceedsWhenPredicateReturnsTrue
This test did not perform any assertions
2) bovigo\assert\AssertTest::failThrowsAssertionFailure
This test did not perform any assertions
3) bovigo\assert\AssertTest::exporterAlwaysReturnsSameInstance
This test did not perform any assertions
4) bovigo\assert\AssertTest::assertionCounterIsIncreasedByAmountOfPredicatesUsedForAssertion
This test did not perform any assertions
5) bovigo\assert\AssertTest::assertEmptyStringIsTrueWhenValueIsEmptyString
This test did not perform any assertions
6) bovigo\assert\AssertTest::assertEmptyArrayIsTrueWhenValueIsEmptyArray
This test did not perform any assertions
7) bovigo\assert\AssertTest::outputOfReturnsTrueOnSuccess
This test did not perform any assertions
8) bovigo\assert\CatchedErrorTest::withMessageComparesUsingEquals
This test did not perform any assertions
9) bovigo\assert\CatchedErrorTest::messageAssertsWithGivenPredicate
This test did not perform any assertions
10) bovigo\assert\CatchedErrorTest::afterExecutesGivenPredicateWithGivenValue
This test did not perform any assertions
11) bovigo\assert\CatchedExceptionTest::withMessageComparesUsingEquals with data set "exception" (Exception Object (...))
This test did not perform any assertions
12) bovigo\assert\CatchedExceptionTest::withMessageComparesUsingEquals with data set "error" (Error Object (...))
This test did not perform any assertions
13) bovigo\assert\CatchedExceptionTest::messageAssertsWithGivenPredicate with data set "exception" (Exception Object (...))
This test did not perform any assertions
14) bovigo\assert\CatchedExceptionTest::messageAssertsWithGivenPredicate with data set "error" (Error Object (...))
This test did not perform any assertions
15) bovigo\assert\CatchedExceptionTest::withCodeComparesUsingEquals with data set "exception" (Exception Object (...))
This test did not perform any assertions
16) bovigo\assert\CatchedExceptionTest::withCodeComparesUsingEquals with data set "error" (Error Object (...))
This test did not perform any assertions
17) bovigo\assert\CatchedExceptionTest::withAppliesPredicateToException with data set "exception" (Exception Object (...))
This test did not perform any assertions
18) bovigo\assert\CatchedExceptionTest::withAppliesPredicateToException with data set "error" (Error Object (...))
This test did not perform any assertions
19) bovigo\assert\CatchedExceptionTest::withReturnsSelfOnSuccess with data set "exception" (Exception Object (...))
This test did not perform any assertions
20) bovigo\assert\CatchedExceptionTest::withReturnsSelfOnSuccess with data set "error" (Error Object (...))
This test did not perform any assertions
21) bovigo\assert\CatchedExceptionTest::afterExecutesGivenPredicateWithGivenValue with data set "exception" (Exception Object (...))
This test did not perform any assertions
22) bovigo\assert\CatchedExceptionTest::afterExecutesGivenPredicateWithGivenValue with data set "error" (Error Object (...))
This test did not perform any assertions
23) bovigo\assert\ExpectationTest::expectationReturnsCatchedExceptionWhenThrowsSucceeds with data set "exception against exception" (Exception Object (...), 'BadFunctionCallException')
This test did not perform any assertions
24) bovigo\assert\ExpectationTest::expectationReturnsCatchedExceptionWhenThrowsSucceeds with data set "exception against error" (Exception Object (...), 'TypeError')
This test did not perform any assertions
25) bovigo\assert\ExpectationTest::expectationReturnsCatchedExceptionWhenThrowsSucceeds with data set "error against error" (Error Object (...), 'TypeError')
This test did not perform any assertions
26) bovigo\assert\ExpectationTest::expectationReturnsCatchedExceptionWhenThrowsSucceeds with data set "error against exception" (Error Object (...), 'BadFunctionCallException')
This test did not perform any assertions
27) bovigo\assert\ExpectationTest::expectationThrowsInvalidArgumentExceptionWhenThrowsArgumentIsInvalid with data set "exception against exception" (Exception Object (...), 'BadFunctionCallException')
This test did not perform any assertions
28) bovigo\assert\ExpectationTest::expectationThrowsInvalidArgumentExceptionWhenThrowsArgumentIsInvalid with data set "exception against error" (Exception Object (...), 'TypeError')
This test did not perform any assertions
29) bovigo\assert\ExpectationTest::expectationThrowsInvalidArgumentExceptionWhenThrowsArgumentIsInvalid with data set "error against error" (Error Object (...), 'TypeError')
This test did not perform any assertions
30) bovigo\assert\ExpectationTest::expectationThrowsInvalidArgumentExceptionWhenThrowsArgumentIsInvalid with data set "error against exception" (Error Object (...), 'BadFunctionCallException')
This test did not perform any assertions
31) bovigo\assert\ExpectationTest::expectationReturnsCatchedErrorWhenTriggersSucceeds
This test did not perform any assertions
32) bovigo\assert\ExpectationTest::expectationThrowsInvalidArgumentExceptionWhenExpectingUnknownErrorLevel
This test did not perform any assertions
33) bovigo\assert\ExpectationTest::expectationReturnsItselfWhenDoesNotThrowSucceeds
This test did not perform any assertions
34) bovigo\assert\ExpectationTest::expectationThrowsAssertionFailureWhenCodeDoesNotThrowAnyExpectedException
This test did not perform any assertions
35) bovigo\assert\ExpectationTest::expectationThrowsAssertionFailureWhenCodeDoesNotTriggerAnyExpectedError
This test did not perform any assertions
36) bovigo\assert\ExpectationTest::expectationThrowsAssertionFailureWhenCodeDoesNotThrowExpectedExceptionType with data set "exception against exception" (Exception Object (...), 'BadFunctionCallException')
This test did not perform any assertions
37) bovigo\assert\ExpectationTest::expectationThrowsAssertionFailureWhenCodeDoesNotThrowExpectedExceptionType with data set "exception against error" (Exception Object (...), 'TypeError')
This test did not perform any assertions
38) bovigo\assert\ExpectationTest::expectationThrowsAssertionFailureWhenCodeDoesNotThrowExpectedExceptionType with data set "error against error" (Error Object (...), 'TypeError')
This test did not perform any assertions
39) bovigo\assert\ExpectationTest::expectationThrowsAssertionFailureWhenCodeDoesNotThrowExpectedExceptionType with data set "error against exception" (Error Object (...), 'BadFunctionCallException')
This test did not perform any assertions
40) bovigo\assert\ExpectationTest::expectationThrowsAssertionFailureWhenCodeDoesNotThrowExpectedException with data set "exception against exception" (Exception Object (...), 'BadFunctionCallException')
This test did not perform any assertions
41) bovigo\assert\ExpectationTest::expectationThrowsAssertionFailureWhenCodeDoesNotThrowExpectedException with data set "exception against error" (Exception Object (...), 'TypeError')
This test did not perform any assertions
42) bovigo\assert\ExpectationTest::expectationThrowsAssertionFailureWhenCodeDoesNotThrowExpectedException with data set "error against error" (Error Object (...), 'TypeError')
This test did not perform any assertions
43) bovigo\assert\ExpectationTest::expectationThrowsAssertionFailureWhenCodeDoesNotThrowExpectedException with data set "error against exception" (Error Object (...), 'BadFunctionCallException')
This test did not perform any assertions
44) bovigo\assert\ExpectationTest::expectationThrowsAssertionFailureWhenCodeDoesNotTriggerExpectedErrorLevel
This test did not perform any assertions
45) bovigo\assert\ExpectationTest::expectationReturnsItselfWhenResultCheckSucceeds
This test did not perform any assertions
46) bovigo\assert\ExpectationTest::expectationThrowsAssertionFailureWhenResultNotAvailableBecauseCodeThrowsException with data set "exception against exception" (Exception Object (...), 'BadFunctionCallException')
This test did not perform any assertions
47) bovigo\assert\ExpectationTest::expectationThrowsAssertionFailureWhenResultNotAvailableBecauseCodeThrowsException with data set "exception against error" (Exception Object (...), 'TypeError')
This test did not perform any assertions
48) bovigo\assert\ExpectationTest::expectationThrowsAssertionFailureWhenResultNotAvailableBecauseCodeThrowsException with data set "error against error" (Error Object (...), 'TypeError')
This test did not perform any assertions
49) bovigo\assert\ExpectationTest::expectationThrowsAssertionFailureWhenResultNotAvailableBecauseCodeThrowsException with data set "error against exception" (Error Object (...), 'BadFunctionCallException')
This test did not perform any assertions
50) bovigo\assert\ExpectationTest::expectationThrowsAssertionFailureWhenResultNotAvailableBecauseCodeThrowsExceptionWithCallable with data set "exception against exception" (Exception Object (...), 'BadFunctionCallException')
This test did not perform any assertions
51) bovigo\assert\ExpectationTest::expectationThrowsAssertionFailureWhenResultNotAvailableBecauseCodeThrowsExceptionWithCallable with data set "exception against error" (Exception Object (...), 'TypeError')
This test did not perform any assertions
52) bovigo\assert\ExpectationTest::expectationThrowsAssertionFailureWhenResultNotAvailableBecauseCodeThrowsExceptionWithCallable with data set "error against error" (Error Object (...), 'TypeError')
This test did not perform any assertions
53) bovigo\assert\ExpectationTest::expectationThrowsAssertionFailureWhenResultNotAvailableBecauseCodeThrowsExceptionWithCallable with data set "error against exception" (Error Object (...), 'BadFunctionCallException')
This test did not perform any assertions
54) bovigo\assert\ExpectationTest::expectationCanAssertAfterCodeExecution
This test did not perform any assertions
55) bovigo\assert\ExpectationTest::expectationCanAssertAfterCodeExecutionEvenIfExceptionThrown with data set "exception against exception" (Exception Object (...), 'BadFunctionCallException')
This test did not perform any assertions
56) bovigo\assert\ExpectationTest::expectationCanAssertAfterCodeExecutionEvenIfExceptionThrown with data set "exception against error" (Exception Object (...), 'TypeError')
This test did not perform any assertions
57) bovigo\assert\ExpectationTest::expectationCanAssertAfterCodeExecutionEvenIfExceptionThrown with data set "error against error" (Error Object (...), 'TypeError')
This test did not perform any assertions
58) bovigo\assert\ExpectationTest::expectationCanAssertAfterCodeExecutionEvenIfExceptionThrown with data set "error against exception" (Error Object (...), 'BadFunctionCallException')
This test did not perform any assertions
59) bovigo\assert\ExpectationTest::expectedExceptionThrowsInvalidArgumentExceptionWhenValueToTestIsNotAnException
This test did not perform any assertions
60) bovigo\assert\ExpectationTest::expectedErrorThrowsInvalidArgumentExceptionWhenValueToTestIsNotCatchedError
This test did not perform any assertions
61) bovigo\assert\phpunit\CompatibilityTest::testAssertEmptySuccess
This test did not perform any assertions
62) bovigo\assert\phpunit\CompatibilityTest::testAssertNotEmptySuccess
This test did not perform any assertions
63) bovigo\assert\phpunit\CompatibilityTest::testAssertTrueSuccess
This test did not perform any assertions
64) bovigo\assert\phpunit\CompatibilityTest::testAssertFalseSuccess
This test did not perform any assertions
65) bovigo\assert\phpunit\CompatibilityTest::testAssertNotNullSuccess
This test did not perform any assertions
66) bovigo\assert\phpunit\CompatibilityTest::testAssertNullSuccess
This test did not perform any assertions
67) bovigo\assert\predicate\ContainsTest::throwsInvalidArgumentExceptionWhenValueCanNotContainAnything
This test did not perform any assertions
68) bovigo\assert\predicate\EachKeyTest::testNonIterableValueThrowsInvalidArgumentException
This test did not perform any assertions
69) bovigo\assert\predicate\EachKeyTest::evaluatesToTrueIfArrayIsEmpty
This test did not perform any assertions
70) bovigo\assert\predicate\EachKeyTest::evaluatesToTrueIfTraversableIsEmpty
This test did not perform any assertions
71) bovigo\assert\predicate\EachKeyTest::evaluatesToTrueIfEachKeyInArrayFulfillsPredicate
This test did not perform any assertions
72) bovigo\assert\predicate\EachKeyTest::evaluatesToTrueIfEachKeyInTraversableFulfillsPredicate
This test did not perform any assertions
73) bovigo\assert\predicate\EachKeyTest::evaluatesToFalseIfSingleKeyInArrayDoesNotFulfillPredicate
This test did not perform any assertions
74) bovigo\assert\predicate\EachKeyTest::evaluatesToFalseIfSingleValueInTraversableDoesNotFulfillPredicate
This test did not perform any assertions
75) bovigo\assert\predicate\EachTest::testNonIterableValueThrowsInvalidArgumentException
This test did not perform any assertions
76) bovigo\assert\predicate\HasKeyTest::createWithNonIntegetOrStringThrowsInvalidArgumentException
This test did not perform any assertions
77) bovigo\assert\predicate\HasKeyTest::throwsInvalidArgumentExceptionWhenValueCanNotHaveKey
This test did not perform any assertions
78) bovigo\assert\predicate\IsEmptyTest::evaluatesToTrueIfGivenValueIsEmpty with data set "null" (null)
This test did not perform any assertions
79) bovigo\assert\predicate\IsEmptyTest::evaluatesToTrueIfGivenValueIsEmpty with data set "boolean false" (false)
This test did not perform any assertions
80) bovigo\assert\predicate\IsEmptyTest::evaluatesToTrueIfGivenValueIsEmpty with data set "empty string" ('')
This test did not perform any assertions
81) bovigo\assert\predicate\IsEmptyTest::evaluatesToTrueIfGivenValueIsEmpty with data set "empty array" (array())
This test did not perform any assertions
82) bovigo\assert\predicate\IsEmptyTest::evaluatesToTrueIfGivenValueIsEmpty with data set "integer 0" (0)
This test did not perform any assertions
83) bovigo\assert\predicate\IsEmptyTest::evaluatesToTrueIfGivenValueIsEmpty with data set "Countable with size 0" (bovigo\assert\predicate\EmptyCountableExample Object (...))
This test did not perform any assertions
84) bovigo\assert\predicate\IsEmptyTest::evaluatesToFalseIfGivenValueIsNotEmpty with data set "boolean true" (true)
This test did not perform any assertions
85) bovigo\assert\predicate\IsEmptyTest::evaluatesToFalseIfGivenValueIsNotEmpty with data set "non-empty string" ('foo')
This test did not perform any assertions
86) bovigo\assert\predicate\IsEmptyTest::evaluatesToFalseIfGivenValueIsNotEmpty with data set "non-empty array" (array(1))
This test did not perform any assertions
87) bovigo\assert\predicate\IsEmptyTest::evaluatesToFalseIfGivenValueIsNotEmpty with data set "Countable with size > 0" (bovigo\assert\predicate\EmptyCountableExample Object (...))
This test did not perform any assertions
88) bovigo\assert\predicate\IsEmptyTest::aliasAssertNotEmpty
This test did not perform any assertions
89) bovigo\assert\predicate\IsInstanceOfTest::throwsInvalidArgumentExceptionWhenGivenExpectedTypeIsUnknown
This test did not perform any assertions
90) bovigo\assert\predicate\IsNullTest::evaluatesToTrueIfGivenValueIsNull
This test did not perform any assertions
91) bovigo\assert\predicate\IsNullTest::evaluatesToFalseIfGivenValueIsNotNull with data set "boolean true" (true)
This test did not perform any assertions
92) bovigo\assert\predicate\IsNullTest::evaluatesToFalseIfGivenValueIsNotNull with data set "boolean false" (false)
This test did not perform any assertions
93) bovigo\assert\predicate\IsNullTest::evaluatesToFalseIfGivenValueIsNotNull with data set "non-empty string" ('foo')
This test did not perform any assertions
94) bovigo\assert\predicate\IsNullTest::evaluatesToFalseIfGivenValueIsNotNull with data set "empty string" ('')
This test did not perform any assertions
95) bovigo\assert\predicate\IsNullTest::evaluatesToFalseIfGivenValueIsNotNull with data set "empty array" (array())
This test did not perform any assertions
96) bovigo\assert\predicate\IsNullTest::evaluatesToFalseIfGivenValueIsNotNull with data set "non-empty array" (array(1))
This test did not perform any assertions
97) bovigo\assert\predicate\IsNullTest::evaluatesToFalseIfGivenValueIsNotNull with data set "int 0" (0)
This test did not perform any assertions
98) bovigo\assert\predicate\IsNullTest::evaluatesToFalseIfGivenValueIsNotNull with data set "int non-0" (303)
This test did not perform any assertions
99) bovigo\assert\predicate\IsNullTest::aliasAssertNotNull
This test did not perform any assertions
100) bovigo\assert\predicate\IsOfSizeTest::throwsInvalidArgumentExceptionWhenValueIsNotTestableForSize
This test did not perform any assertions
101) bovigo\assert\predicate\IsOfTypeTest::throwsInvalidArgumentExceptionWhenCreatedWithUnknownType
This test did not perform any assertions
102) bovigo\assert\predicate\PredicateTest::callToUndefinedMethodThrowsBadMethodCallException
This test did not perform any assertions
103) bovigo\assert\predicate\RegexTest::nonStringsThrowInvalidArgumentException
This test did not perform any assertions
104) bovigo\assert\predicate\RegexTest::nullThrowInvalidArgumentException
This test did not perform any assertions
105) bovigo\assert\predicate\RegexTest::invalidRegexThrowsRuntimeExceptionOnEvaluation
This test did not perform any assertions
106) bovigo\assert\predicate\StringEndsWithTest::nonStringValuesThrowInvalidArgumentException
This test did not perform any assertions
107) bovigo\assert\predicate\StringStartsWithTest::nonStringValuesThrowInvalidArgumentException
This test did not perform any assertions
FAILURES!
Tests: 468, Assertions: 349, Failures: 38, Risky: 107.
$ which phpunit
vendor/bin/phpunit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment