Skip to content

Commit

Permalink
[WIP] Test something
Browse files Browse the repository at this point in the history
  • Loading branch information
dhoffmann1979 committed Dec 9, 2024
1 parent ab6d88d commit 31c6bce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ public function testRecordWithMmRecordCanBeMarkedAsPublishing(): void

$recordTree = new RecordTree([$record]);

echo '-' . (string)$this->container->get('boot.state')->complete . '-';

$connectionPool = GeneralUtility::makeInstance(ConnectionPool::class);
$connection = $connectionPool->getConnectionByName('Default');

Expand Down
2 changes: 1 addition & 1 deletion Tests/FunctionalTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ abstract class FunctionalTestCase extends \TYPO3\TestingFramework\Core\Functiona
'typo3/sysext/extensionmanager',
'typo3conf/ext/in2publish_core',
];
private ContainerInterface $container;
protected ContainerInterface $container;
/**
* These two internal variable track if the given test is the first test of
* that test case. This variable is set to current calling test case class.
Expand Down

0 comments on commit 31c6bce

Please sign in to comment.