Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/Cloud/CloudTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -166,11 +166,11 @@ public function testSetTagsAsItem()
$list = $cloud->getItemList();

$cloud->setTags(array(
new Tag\Item( array(
new Tag\Item(array(
'title' => 'foo',
'weight' => 1,
)),
new Tag\Item( array(
new Tag\Item(array(
'title' => 'bar',
'weight' => 2,
)),
Expand Down Expand Up @@ -225,7 +225,7 @@ public function testConstructorWithArray()

public function testConstructorWithConfig()
{
$cloud = $this->_getCloud( new \Zend\Config\Config(array(
$cloud = $this->_getCloud(new \Zend\Config\Config(array(
'tags' => array(
array(
'title' => 'foo',
Expand Down

0 comments on commit de5d642

Please sign in to comment.