Created
March 9, 2014 16:53
-
-
Save AydinHassan/9450667 to your computer and use it in GitHub Desktop.
Phpunit stack trace
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PHPUnit 3.7.32 by Sebastian Bergmann. | |
Configuration read from /var/www/jh-flexitime/module/JhTime/test/phpunit.xml | |
EF | |
Time: 67 ms, Memory: 6.00Mb | |
There was 1 error: | |
1) JhTimeTest\Service\TimeRepositoryTest::testSomething | |
Exception: Serialization of 'Closure' is not allowed | |
Caused by | |
Exception: Serialization of 'Closure' is not allowed | |
Caused by | |
Exception: Serialization of 'Closure' is not allowed | |
Caused by | |
Exception: Serialization of 'Closure' is not allowed | |
Caused by | |
Exception: Serialization of 'Closure' is not allowed | |
Caused by | |
Exception: Serialization of 'Closure' is not allowed | |
Caused by | |
Exception: Serialization of 'Closure' is not allowed | |
Caused by | |
Exception: Serialization of 'Closure' is not allowed | |
Caused by | |
Exception: Serialization of 'Closure' is not allowed | |
Caused by | |
Exception: Serialization of 'Closure' is not allowed | |
Caused by | |
Exception: Serialization of 'Closure' is not allowed | |
Caused by | |
Exception: Serialization of 'Closure' is not allowed | |
Caused by | |
Exception: Serialization of 'Closure' is not allowed | |
Caused by | |
Exception: Serialization of 'Closure' is not allowed | |
Caused by | |
Exception: Serialization of 'Closure' is not allowed | |
Caused by | |
Exception: Serialization of 'Closure' is not allowed | |
Caused by | |
Exception: Serialization of 'Closure' is not allowed | |
Caused by | |
Exception: Zend\Stdlib\PriorityQueue::serialize() must return a string or NULL | |
Caused by | |
Exception: Zend\Stdlib\PriorityQueue::serialize() must return a string or NULL | |
Caused by | |
Exception: Zend\Stdlib\PriorityQueue::serialize() must return a string or NULL | |
Caused by | |
Exception: Zend\Stdlib\PriorityQueue::serialize() must return a string or NULL | |
Caused by | |
Exception: Zend\Stdlib\PriorityQueue::serialize() must return a string or NULL | |
/var/www/jh-flexitime/vendor/zendframework/zendframework/library/Zend/Stdlib/PriorityQueue.php:178 | |
Caused by | |
Exception: Serialization of 'Closure' is not allowed | |
/var/www/jh-flexitime/vendor/zendframework/zendframework/library/Zend/Stdlib/PriorityQueue.php:178 | |
-- | |
There was 1 failure: | |
1) Warning | |
No tests found in class "JhTimeTest\Service\BalanceServiceTest". |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment