浏览代码

fixed wrong case

Johannes Schmitt 14 年之前
父节点
当前提交
eae6a773c6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Symfony/Bundle/SecurityBundle/Tests/Functional/AuthenticationCommencingTest.php

+ 1 - 1
src/Symfony/Bundle/SecurityBundle/Tests/Functional/AuthenticationCommencingTest.php

@@ -1,6 +1,6 @@
 <?php
 
-namespace Symfony\Bundle\Securitybundle\Tests\Functional;
+namespace Symfony\Bundle\SecurityBundle\Tests\Functional;
 
 class AuthenticationCommencingTest extends WebTestCase
 {