assertEquals( $value, $obj->value ); } public static function provideConstruction() { return [ [ null ], [ '' ], ]; } }