Skip to content

Commit

Permalink
Testing initial state of disable_subsite_filter
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Harvey committed Apr 30, 2013
1 parent 411abed commit 6f9a1bf
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion tests/BaseSubsiteTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,12 @@ function objFromFixture($class, $id) {

return $obj;
}
}

/**
* Tests the initial state of disable_subsite_filter
*/
function testDisableSubsiteFilter() {
$this->assertFalse(Subsite::$disable_subsite_filter);
}

}

0 comments on commit 6f9a1bf

Please sign in to comment.