Newer Rector versions don’t have AddCoversClassAttributeRector anymore

https://github.com/rectorphp/rector-phpunit/pull/561/
This commit is contained in:
Christian Bläul
2026-02-02 15:58:26 +01:00
parent c47ba7934c
commit 6c0e74c89e
2 changed files with 8 additions and 4 deletions

View File

@@ -43,6 +43,9 @@ class UnparseTest extends Testcase {
$this->unparseAndCompare($expected);
}
/**
* @doesNotPerformAssertions
*/
public function testUnparseDefaultWithoutHeading() {
$this->csv->heading = false;
$this->csv->auto(__DIR__ . '/fixtures/auto-double-enclosure.csv');