From 81611956f5f74d62785e625b15baa92a557fba42 Mon Sep 17 00:00:00 2001 From: mark_story Date: Mon, 18 Jun 2012 23:29:28 -0400 Subject: [PATCH] Update doc blocks. Add missing @throws --- lib/Cake/TestSuite/Fixture/CakeFixtureManager.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Cake/TestSuite/Fixture/CakeFixtureManager.php b/lib/Cake/TestSuite/Fixture/CakeFixtureManager.php index c03480f61..867a12827 100644 --- a/lib/Cake/TestSuite/Fixture/CakeFixtureManager.php +++ b/lib/Cake/TestSuite/Fixture/CakeFixtureManager.php @@ -101,6 +101,7 @@ class CakeFixtureManager { * * @param array $fixtures the fixture names to load using the notation {type}.{name} * @return void + * @throws UnexpectedValueException when a referenced fixture does not exist. */ protected function _loadFixtures($fixtures) { foreach ($fixtures as $index => $fixture) {