Skip to content
This repository has been archived by the owner on Apr 7, 2019. It is now read-only.

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Jan 15, 2016
1 parent 2864e3d commit 8bf3492
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/AbstractTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

namespace AltThree\Tests\Emoji;

use AltThree\Emoji\EmojiParser;
use AltThree\Emoji\EmojiExtension;
use AltThree\Emoji\EmojiServiceProvider;
use GrahamCampbell\Markdown\MarkdownServiceProvider;
use GrahamCampbell\TestBench\AbstractPackageTestCase;
Expand All @@ -34,7 +34,7 @@ protected function getEnvironmentSetUp($app)
{
parent::getEnvironmentSetUp($app);

$app->config->set('markdown.extensions', [EmojiParser::class]);
$app->config->set('markdown.extensions', [EmojiExtension::class]);

$app->cache->forever('emoji', [
'+1' => 'https://assets-cdn.github.com/images/icons/emoji/unicode/1f44d.png?v5',
Expand Down

0 comments on commit 8bf3492

Please sign in to comment.