Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Prev Previous commit
Next Next commit
Move UidGenerateCommandTest to Uid Component.
  • Loading branch information
Guillaume Pédelagrabe committed Apr 10, 2020
commit 0f02fecf5489b3c3d290560fc730b4054369ed2e
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
<?php

namespace Symfony\Bundle\FrameworkBundle\Tests\Command;

use Symfony\Bundle\FrameworkBundle\Command\UidGenerateCommand;
namespace Symfony\Component\Uid\Tests\Command;

use Symfony\Bundle\FrameworkBundle\Tests\TestCase;
use Symfony\Component\Console\Application as BaseApplication;
use Symfony\Component\Console\Tester\CommandTester;
use Symfony\Component\Uid\Command\UidGenerateCommand;

class UidGenerateCommandTest extends TestCase
{
Expand Down