Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6f74a75

Browse filesBrowse files
committed
Update tests
1 parent c55e321 commit 6f74a75
Copy full SHA for 6f74a75

File tree

1 file changed

+2
-1
lines changed
Filter options

1 file changed

+2
-1
lines changed

‎src/Symfony/Bridge/Monolog/Tests/Processor/TokenProcessorTest.php

Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Monolog/Tests/Processor/TokenProcessorTest.php
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
namespace Symfony\Bridge\Monolog\Tests\Processor;
1313

14+
use PHPUnit\Framework\TestCase;
1415
use Symfony\Bridge\Monolog\Processor\TokenProcessor;
1516
use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface;
1617
use Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken;
@@ -21,7 +22,7 @@
2122
*
2223
* @author Dany Maillard <danymaillard93b@gmail.com>
2324
*/
24-
class TokenProcessorTest extends \PHPUnit_Framework_TestCase
25+
class TokenProcessorTest extends TestCase
2526
{
2627
public function testProcessor()
2728
{

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.