Skip to content

Commit

Permalink
Add test case for travis debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kteraguchi committed May 25, 2016
1 parent 603c544 commit 8e7aef3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Test/Case/AllPhotoAlbumsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ public static function suite() {
$plugin = preg_replace('/^All([\w]+)Test$/', '$1', __CLASS__);
$suite = new NetCommonsTestSuite(sprintf('All %s Plugin tests', $plugin));
$suite->addTestDirectoryRecursive(CakePlugin::path($plugin) . 'Test/Case/Model/PhotoAlbum');
$suite->addTestDirectoryRecursive(CakePlugin::path($plugin) . 'Test/Case/Model/PhotoAlbumDisplayAlbum');
$suite->addTestDirectoryRecursive(CakePlugin::path($plugin) . 'Test/Case/Model/PhotoAlbumFrameSetting');
$suite->addTestDirectoryRecursive(CakePlugin::path($plugin) . 'Test/Case/Model/PhotoAlbumSetting');

return $suite;
}
}

0 comments on commit 8e7aef3

Please sign in to comment.