Skip to content

Commit

Permalink
Merge pull request #138 from tachnik/patch-1
Browse files Browse the repository at this point in the history
Add newline in examples.md
  • Loading branch information
alexislefebvre authored Jun 30, 2021
2 parents 5ffd76b + 35e7397 commit 8894a6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ declare(strict_types=1);

namespace Liip\FooBundle\Tests;

use Liip\TestFixturesBundle\Services\DatabaseToolCollection;use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
use Liip\TestFixturesBundle\Services\DatabaseToolCollection;
use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;

class ExampleFunctionalTest extends WebTestCase
{
Expand Down

0 comments on commit 8894a6d

Please sign in to comment.