Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/02/2013 06:43:13 PM (11 years ago)
Author:
boonebgorges
Message:

Declare missing $time variable throughout test cases

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/testcases/groups/class-bp-groups-group.php

    r7504 r7505  
    242242     */
    243243    public function test_get_with_type_newest() {
     244        $time = time();
    244245        $g1 = $this->factory->group->create( array(
    245246            'name' => 'A Group',
     
    268269     */
    269270    public function test_get_with_type_popular() {
     271        $time = time();
    270272        $g1 = $this->factory->group->create( array(
    271273            'name' => 'A Group',
Note: See TracChangeset for help on using the changeset viewer.