mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-01 17:38:38 +00:00
CS
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
5d3deafd3e
commit
de8d2a9005
1 changed files with 0 additions and 6 deletions
|
@ -2,21 +2,16 @@
|
||||||
|
|
||||||
namespace Tests\Wallabag\CoreBundle\Helper;
|
namespace Tests\Wallabag\CoreBundle\Helper;
|
||||||
|
|
||||||
use Psr\Log\NullLogger;
|
|
||||||
use Wallabag\CoreBundle\Helper\ContentProxy;
|
|
||||||
use Wallabag\CoreBundle\Entity\Entry;
|
use Wallabag\CoreBundle\Entity\Entry;
|
||||||
use Wallabag\CoreBundle\Entity\Tag;
|
use Wallabag\CoreBundle\Entity\Tag;
|
||||||
use Wallabag\CoreBundle\Helper\TagsAssigner;
|
use Wallabag\CoreBundle\Helper\TagsAssigner;
|
||||||
use Wallabag\UserBundle\Entity\User;
|
use Wallabag\UserBundle\Entity\User;
|
||||||
use Wallabag\CoreBundle\Repository\TagRepository;
|
use Wallabag\CoreBundle\Repository\TagRepository;
|
||||||
use Wallabag\CoreBundle\Helper\RuleBasedTagger;
|
|
||||||
|
|
||||||
class TagsAssignerTest extends \PHPUnit_Framework_TestCase
|
class TagsAssignerTest extends \PHPUnit_Framework_TestCase
|
||||||
{
|
{
|
||||||
|
|
||||||
public function testAssignTagsWithArrayAndExtraSpaces()
|
public function testAssignTagsWithArrayAndExtraSpaces()
|
||||||
{
|
{
|
||||||
|
|
||||||
$tagRepo = $this->getTagRepositoryMock();
|
$tagRepo = $this->getTagRepositoryMock();
|
||||||
$tagsAssigner = new TagsAssigner($tagRepo);
|
$tagsAssigner = new TagsAssigner($tagRepo);
|
||||||
|
|
||||||
|
@ -87,7 +82,6 @@ class TagsAssignerTest extends \PHPUnit_Framework_TestCase
|
||||||
|
|
||||||
public function testAssignTagsNotFlushed()
|
public function testAssignTagsNotFlushed()
|
||||||
{
|
{
|
||||||
|
|
||||||
$tagRepo = $this->getTagRepositoryMock();
|
$tagRepo = $this->getTagRepositoryMock();
|
||||||
$tagRepo->expects($this->never())
|
$tagRepo->expects($this->never())
|
||||||
->method('__call');
|
->method('__call');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue