PHP Class eZ\Publish\Core\Repository\Tests\Service\Integration\LanguageBase

Inheritance: extends Base
Show file Open project: ezsystems/ezpublish-kernel

Public Methods

Method Description
testCreateLanguage ( ) Test service method for creating language.
testCreateLanguageThrowsInvalidArgumentException ( ) Test service method for creating language throwing InvalidArgumentException.
testDeleteLanguage ( ) Test service method for deleting language.
testDeleteLanguageThrowsInvalidArgumentException ( ) Test service method for deleting language throwing InvalidArgumentException.
testDisableLanguage ( ) Test service method for disabling language.
testEnableLanguage ( ) Test service method for enabling language.
testGetDefaultLanguageCode ( ) Test service method for fetching the default language code.
testIsPropertySet ( ) Test if property exists.
testLoadLanguage ( ) Test service method for loading language.
testLoadLanguageById ( ) Test service method for loading language by ID.
testLoadLanguageByIdThrowsNotFoundException ( ) Test service method for loading language by ID throwing NotFoundException.
testLoadLanguageThrowsInvalidArgumentException ( ) Test service method for loading language throwing InvalidArgumentException.
testLoadLanguageThrowsNotFoundException ( ) Test service function for loading language throwing NotFoundException.
testLoadLanguages ( ) Test service method for loading all languages.
testMissingProperty ( ) Test retrieving missing property.
testNewClass ( ) Test a new class and default values on properties.
testNewLanguageCreateStruct ( ) Test service method for creating a new language create struct object.
testReadOnlyProperty ( ) Test setting read only property.
testUnsetProperty ( ) Test unsetting a property.
testUpdateLanguageName ( ) Test service method for updating language name.
testUpdateLanguageNameThrowsInvalidArgumentException ( ) Test service method for updating language name throwing InvalidArgumentException.

Method Details

testCreateLanguage() public method

Test service method for creating language.
public testCreateLanguage ( )

testCreateLanguageThrowsInvalidArgumentException() public method

Test service method for creating language throwing InvalidArgumentException.

testDeleteLanguage() public method

Test service method for deleting language.
public testDeleteLanguage ( )

testDeleteLanguageThrowsInvalidArgumentException() public method

Test service method for deleting language throwing InvalidArgumentException.

testDisableLanguage() public method

Test service method for disabling language.
public testDisableLanguage ( )

testEnableLanguage() public method

Test service method for enabling language.
public testEnableLanguage ( )

testGetDefaultLanguageCode() public method

Test service method for fetching the default language code.

testIsPropertySet() public method

Test if property exists.
public testIsPropertySet ( )

testLoadLanguage() public method

Test service method for loading language.
public testLoadLanguage ( )

testLoadLanguageById() public method

Test service method for loading language by ID.

testLoadLanguageByIdThrowsNotFoundException() public method

Test service method for loading language by ID throwing NotFoundException.

testLoadLanguageThrowsInvalidArgumentException() public method

Test service method for loading language throwing InvalidArgumentException.

testLoadLanguageThrowsNotFoundException() public method

Test service function for loading language throwing NotFoundException.

testLoadLanguages() public method

Test service method for loading all languages.
public testLoadLanguages ( )

testMissingProperty() public method

Test retrieving missing property.
public testMissingProperty ( )

testNewClass() public method

Test a new class and default values on properties.
public testNewClass ( )

testNewLanguageCreateStruct() public method

Test service method for creating a new language create struct object.

testReadOnlyProperty() public method

Test setting read only property.

testUnsetProperty() public method

Test unsetting a property.
public testUnsetProperty ( )

testUpdateLanguageName() public method

Test service method for updating language name.

testUpdateLanguageNameThrowsInvalidArgumentException() public method

Test service method for updating language name throwing InvalidArgumentException.