Home
last modified time | relevance | path

Searched refs:shouldCauseException (Results 1 – 3 of 3) sorted by last modified time

/plugin/findologicxmlexport/vendor/findologic/libflexport/tests/FINDOLOGIC/Export/Tests/
H A DDataElementsTest.php44 * @param bool $shouldCauseException
49 $shouldCauseException = true argument
53 if ($shouldCauseException) {
158 * @param bool $shouldCauseException
164 $shouldCauseException = true argument
168 if ($shouldCauseException) {
H A DDataHelperTest.php19 public function testEmptyValueDetectsEmptyStringsOnly($value, $shouldCauseException) argument
24 if ($shouldCauseException) {
32 if (!$shouldCauseException) {
65 public function testNumericValuesAreValidated($value, $shouldCauseException) argument
71 if ($shouldCauseException) {
79 if (!$shouldCauseException) {
H A DPropertyTest.php43 public function testReservedPropertyKeysCausesException($key, $shouldCauseException) argument
47 if ($shouldCauseException) {