File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
framework/default/ortoo-core/default/classes/fflib-extension Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ public inherited sharing class ortoo_DateLiterals
25
25
*
26
26
* The existance allows for the calendar to be re-set in Unit Tests.
27
27
*/
28
+ @testVisible
28
29
public static Date today
29
30
{
30
31
get
@@ -35,7 +36,7 @@ public inherited sharing class ortoo_DateLiterals
35
36
}
36
37
return Date .today ();
37
38
}
38
- set ;
39
+ private set ;
39
40
}
40
41
41
42
/**
@@ -44,6 +45,7 @@ public inherited sharing class ortoo_DateLiterals
44
45
*
45
46
* The existance allows for the clock to be re-set in Unit Tests.
46
47
*/
48
+ @testVisible
47
49
public static DateTime now
48
50
{
49
51
get
@@ -54,7 +56,7 @@ public inherited sharing class ortoo_DateLiterals
54
56
}
55
57
return DateTime .now ();
56
58
}
57
- set ;
59
+ private set ;
58
60
}
59
61
60
62
/**
You can’t perform that action at this time.
0 commit comments