Skip to content

Commit

Permalink
Added new empty strings values index to meta-data
Browse files Browse the repository at this point in the history
  • Loading branch information
andresgutierrez committed May 31, 2015
1 parent 418eb29 commit 2a6061a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion unit-tests/ModelsMetadataAdaptersTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ class ModelsMetadataAdaptersTest extends PHPUnit_Framework_TestCase
'type' => 'mechanical',
'year' => 1900
),
13 => array(),
),
'map-robots' => array(
0 => null,
Expand Down Expand Up @@ -312,5 +313,4 @@ public function testMetadataFiles()

Robots::findFirst();
}

}
2 changes: 0 additions & 2 deletions unit-tests/ModelsMetadataTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,5 @@ protected function _executeTests($di)

$modelDefValues = $metaData->getDefaultValues($robots);
$this->assertEquals($defValues, $modelDefValues);

}

}

0 comments on commit 2a6061a

Please sign in to comment.