Merge branch 'add-tests' of github.com:l3l0/ElasticaBundle into add-tests

Conflicts:
	Tests/PopulatorTest.php
	Tests/ReseterTest.php
This commit is contained in:
Leszek 2011-07-28 23:04:21 +02:00
commit 1232e4f86c

View file

@ -52,7 +52,7 @@ class PopulatorTest extends \PHPUnit_Framework_TestCase
/**
* @expectedException PHPUnit_Framework_Error
*/
public function testThatProvidersPassToTheContructorHaveToImpelementProviderInterface()
public function testThatProvidersPassToTheContructorHaveToImplementProviderInterface()
{
$populator = new Populator(array('provider' => new \stdClass()));
$populator->populate(function ($text) { return $text; });