|
Open Journal Systems
3.3.0
|
Additional Inherited Members | |
Data Fields inherited from PKPTestCase | |
| $mockedRegistryKeys = array() | |
| $registryBackup = array() | |
Protected Member Functions inherited from PKPTestCase | |
| getMockedDAOs () | |
| getMockedRegistryKeys () | |
| mockRequest ($path='index/test-page/test-op', $userId=null) | |
| setTestConfiguration ($config, $configPath='config') | |
| setUp () | |
| tearDown () | |
Test class for Filter.
Test class for PersistableFilter.
Definition at line 22 of file lib/pkp/tests/classes/filter/FilterTest.php.
| FilterTest::processCallback | ( | $input | ) |
This method will be called to replace the abstract process() method of our test filter.
Definition at line 112 of file lib/pkp/tests/classes/filter/FilterTest.php.
| FilterTest::testAppendChangingChunkSize | ( | ) |
Definition at line 39 of file plugins/paymethod/paypal/vendor/clue/stream-filter/tests/FilterTest.php.
| FilterTest::testAppendEndEventCanBeBufferedOnClose | ( | ) |
Definition at line 73 of file plugins/paymethod/paypal/vendor/clue/stream-filter/tests/FilterTest.php.
| FilterTest::testAppendEndEventWillBeCalledOnClose | ( | ) |
Definition at line 118 of file plugins/paymethod/paypal/vendor/clue/stream-filter/tests/FilterTest.php.
| FilterTest::testAppendEndEventWillBeCalledOnRemove | ( | ) |
Definition at line 101 of file plugins/paymethod/paypal/vendor/clue/stream-filter/tests/FilterTest.php.
| FilterTest::testAppendFunDechunk | ( | ) |
Definition at line 224 of file plugins/paymethod/paypal/vendor/clue/stream-filter/tests/FilterTest.php.
References Clue\StreamFilter\fun().
| FilterTest::testAppendInvalidStreamIsRuntimeError | ( | ) |
@expectedException RuntimeException
Definition at line 335 of file plugins/paymethod/paypal/vendor/clue/stream-filter/tests/FilterTest.php.
| FilterTest::testAppendNativePhpFunction | ( | ) |
Definition at line 24 of file plugins/paymethod/paypal/vendor/clue/stream-filter/tests/FilterTest.php.
| FilterTest::testAppendReadOnly | ( | ) |
Definition at line 158 of file plugins/paymethod/paypal/vendor/clue/stream-filter/tests/FilterTest.php.
| FilterTest::testAppendReturningEmptyStringWillNotPassThrough | ( | ) |
Definition at line 56 of file plugins/paymethod/paypal/vendor/clue/stream-filter/tests/FilterTest.php.
| FilterTest::testAppendSimpleCallback | ( | ) |
Definition at line 7 of file plugins/paymethod/paypal/vendor/clue/stream-filter/tests/FilterTest.php.
| FilterTest::testAppendThrows | ( | ) |
Definition at line 242 of file plugins/paymethod/paypal/vendor/clue/stream-filter/tests/FilterTest.php.
| FilterTest::testAppendThrowsDuringEnd | ( | ) |
Definition at line 260 of file plugins/paymethod/paypal/vendor/clue/stream-filter/tests/FilterTest.php.
| FilterTest::testAppendThrowsShouldTriggerEnd | ( | ) |
Definition at line 288 of file plugins/paymethod/paypal/vendor/clue/stream-filter/tests/FilterTest.php.
| FilterTest::testAppendThrowsShouldTriggerEndButIgnoreExceptionDuringEnd | ( | ) |
Definition at line 311 of file plugins/paymethod/paypal/vendor/clue/stream-filter/tests/FilterTest.php.
| FilterTest::testAppendWriteOnly | ( | ) |
Definition at line 135 of file plugins/paymethod/paypal/vendor/clue/stream-filter/tests/FilterTest.php.
| FilterTest::testInstantiationAndExecute | ( | ) |
Definition at line 27 of file lib/pkp/tests/classes/filter/FilterTest.php.
References TypeDescriptionFactory\getInstance().
| FilterTest::testInvalidCallbackIsInvalidArgument | ( | ) |
@expectedException InvalidArgumentException
Definition at line 362 of file plugins/paymethod/paypal/vendor/clue/stream-filter/tests/FilterTest.php.
| FilterTest::testOrderCallingAppendAfterPrepend | ( | ) |
Definition at line 182 of file plugins/paymethod/paypal/vendor/clue/stream-filter/tests/FilterTest.php.
| FilterTest::testPrependInvalidStreamIsRuntimeError | ( | ) |
@expectedException RuntimeException
Definition at line 344 of file plugins/paymethod/paypal/vendor/clue/stream-filter/tests/FilterTest.php.
| FilterTest::testRemoveFilter | ( | ) |
Definition at line 202 of file plugins/paymethod/paypal/vendor/clue/stream-filter/tests/FilterTest.php.
| FilterTest::testRemoveInvalidFilterIsRuntimeError | ( | ) |
@expectedException RuntimeException
Definition at line 353 of file plugins/paymethod/paypal/vendor/clue/stream-filter/tests/FilterTest.php.
| FilterTest::testUnsupportedEnvironment | ( | ) |
Definition at line 99 of file lib/pkp/tests/classes/filter/FilterTest.php.