Fabien Potencier преди 14 години
родител
ревизия
03282f8d4e
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      tests/Symfony/Tests/Component/Config/Resource/DirectoryResourceTest.php

+ 1 - 1
tests/Symfony/Tests/Component/Config/Resource/DirectoryResourceTest.php

@@ -56,7 +56,7 @@ class DirectoryResourceTest extends \PHPUnit_Framework_TestCase
      */
     public function testGetResource()
     {
-        $this->assertEquals(realpath($this->directory), $this->resource->getResource(), '->getResource() returns the path to the resource');
+        $this->assertEquals($this->directory, $this->resource->getResource(), '->getResource() returns the path to the resource');
     }
 
     /**