소스 검색

[DoctrineMongoDBBundle] Removing left-over debug code.

Ryan Weaver 14 년 전
부모
커밋
62cc35228c
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      src/Symfony/Bundle/DoctrineMongoDBBundle/Tests/DependencyInjection/ConfigurationTest.php

+ 1 - 3
src/Symfony/Bundle/DoctrineMongoDBBundle/Tests/DependencyInjection/ConfigurationTest.php

@@ -125,8 +125,6 @@ class ConfigurationTest extends \PHPUnit_Framework_TestCase
             )
         );
 
-        //var_dump($options);
-
         $this->assertEquals($expected, $options);
     }
 
@@ -297,4 +295,4 @@ class ConfigurationTest extends \PHPUnit_Framework_TestCase
             ),
         );
     }
-}
+}