@@ -33,7 +33,7 @@ public function test_before_activation() {
33
33
public function test_activation_creates_default_config () {
34
34
FontAwesome_Activator::activate ();
35
35
$ actual_options = get_option ( FontAwesome::OPTIONS_KEY );
36
- $ expected_options = array_merge ( FontAwesome::DEFAULT_USER_OPTIONS , array ( 'version ' => fa ()->latest_version_6 () ) );
36
+ $ expected_options = array_merge ( FontAwesome::DEFAULT_USER_OPTIONS , array ( 'version ' => fa ()->latest_version_7 () ) );
37
37
$ this ->assertEquals ( $ expected_options , $ actual_options );
38
38
39
39
$ releases = FontAwesome_Release_Provider::get_option ();
@@ -48,7 +48,7 @@ public function test_activation_creates_default_config() {
48
48
public function test_initialize_from_scratch_creates_default_config () {
49
49
FontAwesome_Activator::initialize ();
50
50
$ actual_options = get_option ( FontAwesome::OPTIONS_KEY );
51
- $ expected_options = array_merge ( FontAwesome::DEFAULT_USER_OPTIONS , array ( 'version ' => fa ()->latest_version_6 () ) );
51
+ $ expected_options = array_merge ( FontAwesome::DEFAULT_USER_OPTIONS , array ( 'version ' => fa ()->latest_version_7 () ) );
52
52
$ this ->assertEquals ( $ expected_options , $ actual_options );
53
53
54
54
$ this ->assertEquals (
@@ -144,7 +144,7 @@ public function test_initialize_force_overwrites_with_defaults() {
144
144
$ initial_conflict_detection_option
145
145
);
146
146
147
- $ expected_options = array_merge ( FontAwesome::DEFAULT_USER_OPTIONS , array ( 'version ' => '6.7.2 ' ) );
147
+ $ expected_options = array_merge ( FontAwesome::DEFAULT_USER_OPTIONS , array ( 'version ' => '7.0.0 ' ) );
148
148
149
149
FontAwesome_Activator::initialize ( true );
150
150
$ actual_options = get_option ( FontAwesome::OPTIONS_KEY );
0 commit comments