You are here

function FractionEntityTest::__construct in Fraction 7

Overrides Entity::__construct

File

tests/fraction_entity_test/fraction_entity_test.inc, line 4

Class

FractionEntityTest

Code

function __construct($values = array()) {
  parent::__construct($values, 'fraction_entity_test');
}