Home
last modified time | relevance | path

Searched refs:EmptyValueNotAllowedException (Results 1 – 4 of 4) sorted by relevance

/plugin/findologicxmlexport/vendor/findologic/libflexport/tests/FINDOLOGIC/Export/Tests/
H A DDataElementsTest.php18 use FINDOLOGIC\Export\Helpers\EmptyValueNotAllowedException; alias
61 $this->assertEquals(EmptyValueNotAllowedException::class, get_class($exception));
74 'Bonus with empty value' => ['', Bonus::class, EmptyValueNotAllowedException::class],
77 … 'Description with empty value' => ['', Description::class, EmptyValueNotAllowedException::class],
79 'Name with empty value' => ['', Name::class, EmptyValueNotAllowedException::class],
81 'Price with empty value' => ['', Price::class, EmptyValueNotAllowedException::class],
86 EmptyValueNotAllowedException::class],
90 'Sort with empty value' => ['', Sort::class, EmptyValueNotAllowedException::class],
93 … 'Summary with empty value' => ['', Summary::class, EmptyValueNotAllowedException::class],
95 'Url with empty value' => ['', Url::class, EmptyValueNotAllowedException::class],
[all …]
H A DDataHelperTest.php7 use FINDOLOGIC\Export\Helpers\EmptyValueNotAllowedException; alias
31 } catch (EmptyValueNotAllowedException $e) {
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Helpers/
H A DDataHelper.php5 class EmptyValueNotAllowedException extends \RuntimeException class
25 * @throws EmptyValueNotAllowedException If the value is empty.
33 throw new EmptyValueNotAllowedException();
H A DUsergroupAwareSimpleValue.php46 * @throws EmptyValueNotAllowedException
53 throw new EmptyValueNotAllowedException();