Revision a67ad20f
Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt
t/controllers/base/render.t | ||
---|---|---|
14 | 14 |
|
15 | 15 |
Support::TestSetup::login(); |
16 | 16 |
|
17 |
if (!Support::TestSetup::templates_cache_writable()) { |
|
18 |
plan skip_all => 'Cache dir not writable for this test'; |
|
19 |
} else { |
|
20 |
plan tests => 19; |
|
21 |
} |
|
22 |
|
|
17 | 23 |
sub reset_test_env { |
18 | 24 |
$ENV{HTTP_USER_AGENT} = 'Perl Tests'; |
19 | 25 |
|
Auch abrufbar als: Unified diff
Tests: Tests skippen, wenn Template-Cache-Verzeichnis nicht schreibbar ist