1 layout.test | protected LayoutUpgradePathTest::assertNoBlocks($blocks) |
File
- core/
modules/ layout/ tests/ layout.test, line 2936 - 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);
}