Making tests pass on mac os x without this change tests would fail under mac os x at least in 10.8.2

This commit is contained in:
Christian Gärtner 2013-09-16 21:39:46 +02:00 committed by Fabien Potencier
parent 8efd5cadc8
commit f568e9919b

View File

@ -53,6 +53,6 @@ class FileResourceTest extends \PHPUnit_Framework_TestCase
{
$unserialized = unserialize(serialize($this->resource));
$this->assertSame($this->file, $this->resource->getResource());
$this->assertSame(realpath($this->file), $this->resource->getResource());
}
}