Open Journal Systems  3.3.0
FilterTest Class Reference
Inheritance diagram for FilterTest:
PKPTestCase

Public Member Functions

 processCallback ($input)
 
 testAppendChangingChunkSize ()
 
 testAppendEndEventCanBeBufferedOnClose ()
 
 testAppendEndEventWillBeCalledOnClose ()
 
 testAppendEndEventWillBeCalledOnRemove ()
 
 testAppendFunDechunk ()
 
 testAppendInvalidStreamIsRuntimeError ()
 
 testAppendNativePhpFunction ()
 
 testAppendReadOnly ()
 
 testAppendReturningEmptyStringWillNotPassThrough ()
 
 testAppendSimpleCallback ()
 
 testAppendThrows ()
 
 testAppendThrowsDuringEnd ()
 
 testAppendThrowsShouldTriggerEnd ()
 
 testAppendThrowsShouldTriggerEndButIgnoreExceptionDuringEnd ()
 
 testAppendWriteOnly ()
 
 testInstantiationAndExecute ()
 
 testInvalidCallbackIsInvalidArgument ()
 
 testOrderCallingAppendAfterPrepend ()
 
 testPrependInvalidStreamIsRuntimeError ()
 
 testRemoveFilter ()
 
 testRemoveInvalidFilterIsRuntimeError ()
 
 testUnsupportedEnvironment ()
 
- Public Member Functions inherited from PKPTestCase
 getActualOutput ()
 

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 ()
 

Detailed Description

Test class for Filter.

Test class for PersistableFilter.

See also
Filter

Definition at line 22 of file lib/pkp/tests/classes/filter/FilterTest.php.

Member Function Documentation

◆ processCallback()

FilterTest::processCallback (   $input)

This method will be called to replace the abstract process() method of our test filter.

Returns
stdClass

Definition at line 112 of file lib/pkp/tests/classes/filter/FilterTest.php.

◆ testAppendChangingChunkSize()

FilterTest::testAppendChangingChunkSize ( )

◆ testAppendEndEventCanBeBufferedOnClose()

FilterTest::testAppendEndEventCanBeBufferedOnClose ( )

◆ testAppendEndEventWillBeCalledOnClose()

FilterTest::testAppendEndEventWillBeCalledOnClose ( )

◆ testAppendEndEventWillBeCalledOnRemove()

FilterTest::testAppendEndEventWillBeCalledOnRemove ( )

◆ testAppendFunDechunk()

FilterTest::testAppendFunDechunk ( )

◆ testAppendInvalidStreamIsRuntimeError()

FilterTest::testAppendInvalidStreamIsRuntimeError ( )

@expectedException RuntimeException

Definition at line 335 of file plugins/paymethod/paypal/vendor/clue/stream-filter/tests/FilterTest.php.

◆ testAppendNativePhpFunction()

FilterTest::testAppendNativePhpFunction ( )

◆ testAppendReadOnly()

FilterTest::testAppendReadOnly ( )

◆ testAppendReturningEmptyStringWillNotPassThrough()

FilterTest::testAppendReturningEmptyStringWillNotPassThrough ( )

◆ testAppendSimpleCallback()

FilterTest::testAppendSimpleCallback ( )

◆ testAppendThrows()

FilterTest::testAppendThrows ( )

◆ testAppendThrowsDuringEnd()

FilterTest::testAppendThrowsDuringEnd ( )

◆ testAppendThrowsShouldTriggerEnd()

FilterTest::testAppendThrowsShouldTriggerEnd ( )

◆ testAppendThrowsShouldTriggerEndButIgnoreExceptionDuringEnd()

FilterTest::testAppendThrowsShouldTriggerEndButIgnoreExceptionDuringEnd ( )

◆ testAppendWriteOnly()

FilterTest::testAppendWriteOnly ( )

◆ testInstantiationAndExecute()

FilterTest::testInstantiationAndExecute ( )

◆ testInvalidCallbackIsInvalidArgument()

FilterTest::testInvalidCallbackIsInvalidArgument ( )

@expectedException InvalidArgumentException

Definition at line 362 of file plugins/paymethod/paypal/vendor/clue/stream-filter/tests/FilterTest.php.

◆ testOrderCallingAppendAfterPrepend()

FilterTest::testOrderCallingAppendAfterPrepend ( )

◆ testPrependInvalidStreamIsRuntimeError()

FilterTest::testPrependInvalidStreamIsRuntimeError ( )

@expectedException RuntimeException

Definition at line 344 of file plugins/paymethod/paypal/vendor/clue/stream-filter/tests/FilterTest.php.

◆ testRemoveFilter()

FilterTest::testRemoveFilter ( )

◆ testRemoveInvalidFilterIsRuntimeError()

FilterTest::testRemoveInvalidFilterIsRuntimeError ( )

@expectedException RuntimeException

Definition at line 353 of file plugins/paymethod/paypal/vendor/clue/stream-filter/tests/FilterTest.php.

◆ testUnsupportedEnvironment()

FilterTest::testUnsupportedEnvironment ( )
See also
Filter

Definition at line 99 of file lib/pkp/tests/classes/filter/FilterTest.php.


The documentation for this class was generated from the following file: