coreui / coreui-free-laravel-admin-template

CoreUI Free Laravel Bootstrap Admin Template
https://coreui.io/laravel/
MIT License
628 stars 360 forks source link

Lots of failing tests? #28

Closed clanofartisans closed 4 years ago

clanofartisans commented 4 years ago

On following the install directions to the letter for a default starter project, I'm getting lots of failed tests in PHPUnit. Some of these I've been able to resolve with a little elbow grease but it seems like maybe I'm either doing something wrong or the tests may be in need of updating. Can anyone confirm if the test suite currently has quite a few failures for the starter/example project or if it's just me?

ERRORS! Tests: 189, Assertions: 315, Errors: 32, Failures: 39.

Thanks!

clanofartisans commented 4 years ago

I went ahead and just updated all the tests and submitted a pull request https://github.com/coreui/coreui-free-laravel-admin-template/pull/29.