Skip to content

Commit

Permalink
added comments to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jelle-S committed Aug 31, 2012
1 parent 833c8ad commit 0f1910f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions breakpoints.test
Original file line number Diff line number Diff line change
Expand Up @@ -717,6 +717,9 @@ class BreakpointGroupAdminTestCase extends BreakpointGroupTestCase {
}
}

/**
* Test breakpoints provided by themes.
*/
class BreakpointsThemeTestCase extends BreakpointGroupTestCase {
public static function getInfo() {
return array(
Expand All @@ -737,6 +740,9 @@ class BreakpointsThemeTestCase extends BreakpointGroupTestCase {
$this->drupalLogin($this->admin_user);
}

/**
* Test the breakpoints provided by a theme.
*/
public function testThemeBreakpoints() {
// Verify the breakpoint group for breakpoints_test_theme was created.
$breakpoint_group = new stdClass();
Expand Down Expand Up @@ -779,6 +785,9 @@ class BreakpointsThemeTestCase extends BreakpointGroupTestCase {
}
}

/**
* Test breakpoint multipliers.
*/
class BreakpointMultipliersTestCase extends DrupalWebTestCase {

public static function getInfo() {
Expand Down

0 comments on commit 0f1910f

Please sign in to comment.