Skip to content

Commit

Permalink
Tests: temporary fix for nextras/orm
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x authored and Milan Felix Šulc committed May 21, 2018
1 parent bcb980d commit 9cab609
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/Cases/DataSources/NextrasDataSourceTest.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ use Ublaboo\DataGrid\DataSource\NextrasDataSource;

require __DIR__ . '/BaseDataSourceTest.phpt';

// Temporary cause:
// E_USER_DEPRECATED: Replace deprecated Nette\Object with trait Nette\SmartObject in BaseMapper
error_reporting(E_ERROR | E_PARSE);

if (!extension_loaded('mysqli')) {
\Tester\Environment::skip('Test requires MySQLi extension to be loaded.');
}
Expand Down

0 comments on commit 9cab609

Please sign in to comment.