Skip to content

Commit

Permalink
Fixed a method name in sample code
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki committed Apr 16, 2012
1 parent b6cbd14 commit 1a51876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/development/testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ this::
class ArticleTest extends CakeTestCase {
public $fixtures = array('app.article');

public function setup() {
public function setUp() {
parent::setUp();
$this->Article = ClassRegistry::init('Article');
}
Expand Down

0 comments on commit 1a51876

Please sign in to comment.