Skip to content

Commit

Permalink
Removed reference to Arr::element()
Browse files Browse the repository at this point in the history
  • Loading branch information
WanWizard committed May 5, 2012
1 parent e19a02f commit 89023b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TESTING.md
Expand Up @@ -62,11 +62,11 @@ Here is an example of a core class test with proper DocBlocks:
class Tests_Arr extends TestCase {

/**
* Tests Arr::element()
* Tests Arr::get()
*
* @test
*/
public function test_element()
public function test_get()
{
// Test code here
}
Expand Down

0 comments on commit 89023b5

Please sign in to comment.