Skip to content

Commit

Permalink
(update: test)
Browse files Browse the repository at this point in the history
broccoli-field-table がリストされるようになったため、カウントが変わった。
  • Loading branch information
tomk79 committed Aug 16, 2018
1 parent eeb7cca commit d0fb5f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/packagesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public function testGettingThemePackageList(){
$this->assertTrue( is_object( $result ) );
$this->assertEquals( count( $result->themes ), 0 );
$this->assertEquals( count( $result->broccoliModules ), 2 );
$this->assertEquals( count( $result->broccoliFields ), 0 );
$this->assertEquals( count( $result->broccoliFields ), 1 );
$this->assertEquals( count( $result->processors ), 2 );
$this->assertEquals( count( $result->plugin ), 0 );
$this->assertEquals( count( $result->projects ), 0 );
Expand Down

0 comments on commit d0fb5f7

Please sign in to comment.