Skip to content

Commit

Permalink
Revert "Revert "Bump to SF 4.4 & PHPUnit version 8 (sonata-project#970)…
Browse files Browse the repository at this point in the history
…""

This reverts commit 8ba26f9.

# Conflicts:
#	.travis.yml
#	composer.json
  • Loading branch information
Tofandel committed Aug 15, 2023
1 parent f7ed9d8 commit e518efa
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/Builder/ShowBuilderTest.php
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ class ShowBuilderTest extends TestCase
// NEXT_MAJOR: Remove this property and all the occurences.
private $modelManager;

public function setUp(): void
protected function setUp(): void
{
$this->guesser = $this->createStub(TypeGuesserInterface::class);

2 changes: 1 addition & 1 deletion tests/Guesser/TypeGuesserTest.php
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ class TypeGuesserTest extends TestCase
private $modelManager;
private $guesser;

public function setUp(): void
protected function setUp(): void
{
$this->modelManager = $this->createStub(ModelManager::class);
$this->guesser = new TypeGuesser();
2 changes: 1 addition & 1 deletion tests/Model/AuditReaderTest.php
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ class AuditReaderTest extends TestCase
private $simpleThingsAuditReader;
private $auditReader;

public function setUp(): void
protected function setUp(): void
{
$this->simpleThingsAuditReader = $this->createMock(SimpleThingsAuditReader::class);
$this->auditReader = new AuditReader($this->simpleThingsAuditReader);

0 comments on commit e518efa

Please sign in to comment.