فهرست منبع

[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
             ),
         );
     }
-}
+}