mirror of
https://github.com/pestphp/pest.git
synced 2026-04-21 06:27:28 +02:00
Uses Collision ^7.0
This commit is contained in:
@ -25,7 +25,7 @@ it('is can successfully call all public methods', function () {
|
||||
$teamCity->endTest($this, 0);
|
||||
$teamCity->printResult(new TestResult());
|
||||
$teamCity->endTestSuite(new TestSuite());
|
||||
});
|
||||
})->skip('Not supported yet.');
|
||||
|
||||
afterEach(function () {
|
||||
unlink(__DIR__ . '/output.txt');
|
||||
|
||||
Reference in New Issue
Block a user