nextras / orm-phpstan

PHPStan extension for Nextras Orm
https://nextras.org/orm
MIT License
11 stars 6 forks source link

Failing test case for #19 #20

Closed mrceperka closed 3 years ago

mrceperka commented 3 years ago

Adds failing test case for #19 but errors thrown are not clear.


F

-- FAILED: test.php
   Failed: '...epositoryTypesTest.php:0:Internal error: Call to undefined method P...' should be 
       ... '...epositoryTypesTest.php:12:Parameter #1 $author of method NextrasTes...'

   diff /tmp/orm-phpstan/tests/output/test.expected /tmp/orm-phpstan/tests/output/test.actual

   in tmp/orm-phpstan/tests/test.php(17) Assert::same($expected, $actual);

FAILURES! (1 test, 1 failure, 0.5 seconds)