‪TYPO3CMS  ‪main
TYPO3\CMS\Install\Tests\Unit\Updates\RowUpdater\L18nDiffsourceToJsonMigrationTest Class Reference
Inheritance diagram for TYPO3\CMS\Install\Tests\Unit\Updates\RowUpdater\L18nDiffsourceToJsonMigrationTest:

Public Member Functions

 hasPotentialUpdateForTableReturnsFalseIfTableIsNotLocalizable ()
 
 hasPotentialUpdateForTableReturnsTrueIfTableIsLocalizable ()
 
 updateTableRowDoesNothingIfFieldIsNotSet ()
 
 updateTableRowUpdatesField ($input, $expected)
 

Static Public Member Functions

static updateTableRowUpdatesFieldDataProvider ()
 

Detailed Description

Definition at line 23 of file L18nDiffsourceToJsonMigrationTest.php.

Member Function Documentation

◆ hasPotentialUpdateForTableReturnsFalseIfTableIsNotLocalizable()

TYPO3\CMS\Install\Tests\Unit\Updates\RowUpdater\L18nDiffsourceToJsonMigrationTest::hasPotentialUpdateForTableReturnsFalseIfTableIsNotLocalizable ( )
Test:

Definition at line 28 of file L18nDiffsourceToJsonMigrationTest.php.

References $GLOBALS.

◆ hasPotentialUpdateForTableReturnsTrueIfTableIsLocalizable()

TYPO3\CMS\Install\Tests\Unit\Updates\RowUpdater\L18nDiffsourceToJsonMigrationTest::hasPotentialUpdateForTableReturnsTrueIfTableIsLocalizable ( )
Test:

Definition at line 37 of file L18nDiffsourceToJsonMigrationTest.php.

References $GLOBALS.

◆ updateTableRowDoesNothingIfFieldIsNotSet()

TYPO3\CMS\Install\Tests\Unit\Updates\RowUpdater\L18nDiffsourceToJsonMigrationTest::updateTableRowDoesNothingIfFieldIsNotSet ( )
Test:

Definition at line 52 of file L18nDiffsourceToJsonMigrationTest.php.

References $GLOBALS.

◆ updateTableRowUpdatesField()

TYPO3\CMS\Install\Tests\Unit\Updates\RowUpdater\L18nDiffsourceToJsonMigrationTest::updateTableRowUpdatesField (   $input,
  $expected 
)
Test:
‪@dataProvider updateTableRowUpdatesFieldDataProvider
Parameters
mixed$input
mixed$expected

Definition at line 116 of file L18nDiffsourceToJsonMigrationTest.php.

References $GLOBALS.

◆ updateTableRowUpdatesFieldDataProvider()

static TYPO3\CMS\Install\Tests\Unit\Updates\RowUpdater\L18nDiffsourceToJsonMigrationTest::updateTableRowUpdatesFieldDataProvider ( )
static

Definition at line 63 of file L18nDiffsourceToJsonMigrationTest.php.