1.20.x layout.test protected LayoutUpgradePathTest::assertNoBlocks($blocks)

File

modules/layout/tests/layout.test, line 2649
Tests for the Layout module.

Class

LayoutUpgradePathTest
Tests the upgrade path from block-based regions to layouts.

Code

protected function assertNoBlocks($blocks) {
  $this->assertBlocks($blocks, TRUE);
}