|
|
|
@ -2,13 +2,7 @@
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* @file |
|
|
|
|
* Tests to see if the hooks get called when appropriate. |
|
|
|
|
* |
|
|
|
|
* In the test module 'islandora_hooked_access_test' there are implementations |
|
|
|
|
* of hooks being tested. These implementations modifies the session, and |
|
|
|
|
* that's how we test if the hook gets called. |
|
|
|
|
* |
|
|
|
|
* To make sense of these tests reference islandora_hooked_access_test.module. |
|
|
|
|
* Tests for our islandora_temp_file_entry() function. |
|
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
class IslandoraManageTempfileTestCase extends IslandoraWebTestCase { |
|
|
|
|