source: server/trunk/web/t/view_GD.t @ 374

Last change on this file since 374 was 265, checked in by nanardon, 13 years ago
  • add statistics page (with graph)
File size: 96 bytes
Line 
1use strict;
2use warnings;
3use Test::More;
4
5BEGIN { use_ok 'Sophie::View::GD' }
6
7done_testing();
Note: See TracBrowser for help on using the repository browser.