ElasticSearch tests fix

This commit is contained in:
Alexander Makarov
2014-06-02 18:14:02 +04:00
parent 8aee47590d
commit 0003b10b02
3 changed files with 12 additions and 3 deletions

View File

@ -40,6 +40,15 @@ class ActiveRecordTest extends ElasticSearchTestCase
return OrderItem::className();
}
public function getOrderWithNullFKClass()
{
return OrderWithNullFK::className();
}
public function getOrderItemWithNullFKmClass()
{
return OrderItemWithNullFK::className();
}
/**
* can be overridden to do things after save()
*/