Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Backend - Engine
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
302
Merge Requests
39
CI / CD
Security & Compliance
Packages
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Backend - Engine
Commits
c884098b
Commit
c884098b
authored
1 minute ago
by
Ben Hayward
Browse files
Options
Download
Linting
parent
61c5f6aa
fix/spam-detection-return-1104
1 merge request
!391
[Sprint/RollingRabbit](fix): Updated returned exception of offending spam link. #1104
Pipeline
#96792693
running with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
Spec/Core/Blogs/ManagerSpec.php
View file @
c884098b
...
...
@@ -278,13 +278,13 @@ class ManagerSpec extends ObjectBehavior
public
function
it_should_check_for_spam
(
Blog
$blog
,
Spam
$spam
)
{
$this
->
beConstructedWith
(
$this
->
repository
,
$this
->
paywallReview
,
$this
->
slug
,
$this
->
feeds
,
$this
->
spam
,
$this
->
search
);
$this
->
repository
,
$this
->
paywallReview
,
$this
->
slug
,
$this
->
feeds
,
$this
->
spam
,
$this
->
search
);
$spamUrl
=
'movieblog.tumblr.com'
;
...
...
This diff is collapsed.
Please
register
or
sign in
to comment