Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CiviCRM Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Development
CiviCRM Core
Commits
7231437c
Unverified
Commit
7231437c
authored
4 years ago
by
Eileen McNaughton
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #19754 from eileenmcnaughton/api
Fix apiv4 test sloppiness
parents
8f82117b
201cdf8f
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/phpunit/api/v4/UnitTestCase.php
+1
-1
1 addition, 1 deletion
tests/phpunit/api/v4/UnitTestCase.php
with
1 addition
and
1 deletion
tests/phpunit/api/v4/UnitTestCase.php
+
1
−
1
View file @
7231437c
...
...
@@ -41,7 +41,7 @@ class UnitTestCase extends \PHPUnit\Framework\TestCase implements HeadlessInterf
*/
public
function
__construct
(
$name
=
NULL
,
array
$data
=
[],
$dataName
=
''
)
{
parent
::
__construct
(
$name
,
$data
,
$dataName
);
error_reporting
(
E_ALL
&
~
E_NOTICE
);
error_reporting
(
E_ALL
);
}
public
function
setUpHeadless
()
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment