You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DatabaseEloquentIntegrationWithTablePrefixTest in tests/Database/DatabaseEloquentIntegrationWithTablePrefixTest.php does not have extends TestCase and so never gets called by PHPUnit.
It is not a simple fix to just add the extends TestCase because it relies on methods that do not exist in the class (schema).
This test appears to have broken back in December 2015 by this commit eb762a1
The text was updated successfully, but these errors were encountered:
DatabaseEloquentIntegrationWithTablePrefixTest
intests/Database/DatabaseEloquentIntegrationWithTablePrefixTest.php
does not haveextends TestCase
and so never gets called by PHPUnit.It is not a simple fix to just add the
extends TestCase
because it relies on methods that do not exist in the class (schema
).This test appears to have broken back in December 2015 by this commit eb762a1
The text was updated successfully, but these errors were encountered: