Skip to content

Commit 688f0fa

Browse files
committed
fixed test name
1 parent d2bed65 commit 688f0fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/RelationshipTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ public function test_gh_40_relationships_with_joins_aliases_table_name_in_condit
678678
/**
679679
* @expectedException ActiveRecord\RecordNotFound
680680
*/
681-
public function test_xxx()
681+
public function test_dont_attempt_eager_load_when_record_does_not_exist()
682682
{
683683
Author::find(999999, array('include' => array('books')));
684684
}

0 commit comments

Comments
 (0)