Skip to content

Commit

Permalink
[#13439] - PHPCS
Browse files Browse the repository at this point in the history
  • Loading branch information
niden committed May 9, 2019
1 parent 2f7c0e7 commit 44a1746
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion tests/integration/Mvc/View/Simple/GetSetDICest.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,5 @@ public function mvcViewSimpleGetDI(IntegrationTester $I)
$class = Di::class;
$actual = $view->getDI();
$I->assertInstanceOf($class, $actual);

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,5 @@ public function mvcViewSimpleGetSetEventsManager(IntegrationTester $I)

$actual = $view->getEventsManager();
$I->assertEquals($manager, $actual);

}
}
1 change: 0 additions & 1 deletion tests/integration/Mvc/View/Simple/GetSetViewsDirCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,5 @@ public function mvcViewSimpleGetSetViewsDir(IntegrationTester $I)
dataDir('views' . DIRECTORY_SEPARATOR),
$view->getViewsDir()
);

}
}
1 change: 0 additions & 1 deletion tests/integration/Mvc/View/Simple/SetVarsCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,5 @@ public function mvcViewSimpleSetVars(IntegrationTester $I)
$view,
$view->setVars($expected, false)
);

}
}

0 comments on commit 44a1746

Please sign in to comment.