ソースを参照

Removing reference to renamed exception

Jose Lorenzo Rodriguez 12 年 前
コミット
11f45ce467

+ 0 - 1
Cake/Test/TestCase/Controller/Component/PaginatorComponentTest.php

@@ -442,7 +442,6 @@ class PaginatorComponentTest extends TestCase {
 /**
  * Tests for missing models
  *
- * @expectedException Cake\Error\MissingModelException
  */
 	public function testPaginateMissingModel() {
 		$this->markTestIncomplete('Need to revisit once models work again.');