goaop / goaop-symfony-bundle

[Outdated!] Integration bridge for Go! AOP framework and Symfony
55 stars 16 forks source link

Unit tests not passed #28

Open 4n70w4 opened 5 years ago

4n70w4 commented 5 years ago

phpunit vendor/goaop/goaop-symfony-bundle/Tests/GoAopBundleTest.php

PHPUnit 6.5.13 by Sebastian Bergmann and contributors.

.E..                                                                4 / 4 (100%)

Time: 1.22 seconds, Memory: 24.00MB

There was 1 error:

1) Go\Symfony\GoAopBundle\Tests\GoAopBundleTest::itRegistersAspectCollectorPassPass
Undefined property: PHPUnit\Framework\MockObject\Invocation\ObjectInvocation::$parameters

/var/www/app/current/vendor/symfony/phpunit-bridge/DeprecationErrorHandler.php:112
/var/www/app/current/vendor/goaop/goaop-symfony-bundle/Tests/GoAopBundleTest.php:69

ERRORS!
Tests: 4, Assertions: 8, Errors: 1.

composer info | grep aop

goaop/framework                        2.3.0              Framework for aspect-oriented programming in PHP.
goaop/goaop-symfony-bundle             2.1.2              Integration bridge for Go! AOP framework
goaop/parser-reflection                2.0.0              Provides reflection information, based on raw source

composer info | grep symfony

goaop/goaop-symfony-bundle             2.1.2              Integration bridge for Go! AOP framework
symfony/monolog-bundle                 v3.3.1             Symfony MonologBundle
symfony/phpunit-bridge                 v4.2.3             Symfony PHPUnit Bridge
symfony/polyfill-apcu                  v1.10.0            Symfony polyfill backporting apcu_* functions to lower ...
symfony/polyfill-ctype                 v1.10.0            Symfony polyfill for ctype functions
symfony/polyfill-intl-icu              v1.10.0            Symfony polyfill for intl's ICU-related data and classes
symfony/polyfill-mbstring              v1.10.0            Symfony polyfill for the Mbstring extension
symfony/polyfill-php56                 v1.10.0            Symfony polyfill backporting some PHP 5.6+ features to ...
symfony/polyfill-php70                 v1.10.0            Symfony polyfill backporting some PHP 7.0+ features to ...
symfony/polyfill-util                  v1.10.0            Symfony utilities for portability of PHP codes
symfony/swiftmailer-bundle             v2.6.7             Symfony SwiftmailerBundle
symfony/symfony                        v3.4.22            The Symfony PHP framework

php -v

PHP 7.2.14 (cli) (built: Jan  8 2019 14:05:15) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies
    with Zend OPcache v7.2.14, Copyright (c) 1999-2018, by Zend Technologies
    with Xdebug v2.6.1, Copyright (c) 2002-2018, by Derick Rethans
lisachenko commented 5 years ago

PR would be awesome ) Anyway, more time is needed to make it shining again for SF3.4 and SF>=4.0