Skip to content

Commit

Permalink
[TASK] Make SqlReaderTest notice free
Browse files Browse the repository at this point in the history
Resolves: #84470
Releases: master
Change-Id: Ie733b17710509bdd0f504a591a47c8d871a94e6f
Reviewed-on: https://review.typo3.org/56354
Tested-by: TYPO3com <no-reply@typo3.com>
Reviewed-by: Jan Helke <typo3@helke.de>
Tested-by: Jan Helke <typo3@helke.de>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
  • Loading branch information
lsascha authored and lolli42 committed Mar 18, 2018
1 parent ba5b524 commit 4fa9cd7
Showing 1 changed file with 2 additions and 6 deletions.
Expand Up @@ -18,17 +18,13 @@

use TYPO3\CMS\Core\Database\Schema\SqlReader;
use TYPO3\CMS\Core\Utility\GeneralUtility;
use TYPO3\TestingFramework\Core\Unit\UnitTestCase;

/**
* Tests for SqlReader
*/
class SqlReaderTest extends \TYPO3\TestingFramework\Core\Unit\UnitTestCase
class SqlReaderTest extends UnitTestCase
{
/**
* Subject is not notice free, disable E_NOTICES
*/
protected static $suppressNotices = true;

/**
* @var SqlReader
*/
Expand Down

0 comments on commit 4fa9cd7

Please sign in to comment.