UseMuffin / Footprint

CakePHP plugin to allow passing currently logged in user to model layer.
MIT License
95 stars 23 forks source link

Testcase fail #44

Closed ypnos-web closed 7 years ago

ypnos-web commented 7 years ago

I get this failure with a clean checkout: composer installs cakephp 3.4.1

PHPUnit 5.3.2 by Sebastian Bergmann and contributors.

F.......                                                            8 / 8 (100%)

Time: 467 ms, Memory: 16.00Mb

There was 1 failure:

1) Muffin\Footprint\Test\TestCase\Model\Behavior\FootprintAwareTraitTest::testImplementedEvents
Failed asserting that Array &0 (
    'Model.initialize' => '2 listener(s)'
) is identical to Array &0 (
    'Model.initialize' => '1 listener(s)'
).

…/Footprint/tests/TestCase/Auth/FootprintAwareTraitTest.php:44

FAILURES!
Tests: 8, Assertions: 15, Failures: 1.