Revision 7e96468d
Von Sven Schöling vor mehr als 3 Jahren hinzugefügt
SL/Controller/MaterializeTest.pm | ||
---|---|---|
3 | 3 |
use strict; |
4 | 4 |
use parent qw(SL::Controller::Base); |
5 | 5 |
|
6 |
__PACKAGE__->run_before(sub { $::auth->assert('developer') }); |
|
7 |
|
|
6 | 8 |
sub action_components { |
7 | 9 |
$_[0]->render("test/components"); |
8 | 10 |
} |
Auch abrufbar als: Unified diff
Developer Recht und neue Menüeinträge für Testcontroller