Skip to content

Commit d50b11f

Browse files
committed
Commented out all of the unit test php file.
1 parent 07afcc0 commit d50b11f

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

Symfony/src/Codebender/ApiBundle/Tests/Controller/DefaultControllerUnitTest.php

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
<?php
2-
3-
namespace Codebender\ApiBundle\Tests\Controller;
4-
use Codebender\ApiBundle\Controller\DefaultController;
5-
use Symfony\Component\HttpFoundation\Request;
6-
use Symfony\Component\HttpFoundation\Response;
7-
8-
9-
class ProtectedDefaultControllerTester extends DefaultController {
10-
11-
public function call_checkHeaders($files, $personallib)
12-
{
13-
return $this->checkHeaders($files, $personallib);
14-
}
15-
16-
}
17-
18-
class DefaultControllerUnitTest extends \PHPUnit_Framework_TestCase
19-
{
2+
//
3+
//namespace Codebender\ApiBundle\Tests\Controller;
4+
//use Codebender\ApiBundle\Controller\DefaultController;
5+
//use Symfony\Component\HttpFoundation\Request;
6+
//use Symfony\Component\HttpFoundation\Response;
7+
//
8+
//
9+
//class ProtectedDefaultControllerTester extends DefaultController {
10+
//
11+
// public function call_checkHeaders($files, $personallib)
12+
// {
13+
// return $this->checkHeaders($files, $personallib);
14+
// }
15+
//
16+
//}
17+
//
18+
//class DefaultControllerUnitTest extends \PHPUnit_Framework_TestCase
19+
//{
2020
// public function testCompileWebsiteAction_Success()
2121
// {
2222
// $controller = $this->getMock("Codebender\ApiBundle\Controller\DefaultController", array("get", "getRequest", "checkHeaders"));
@@ -113,4 +113,4 @@ class DefaultControllerUnitTest extends \PHPUnit_Framework_TestCase
113113
// }
114114

115115

116-
}
116+
//}

0 commit comments

Comments
 (0)