@@ -19,7 +19,7 @@ $helper->header('Test getters (default)');
1919$ helper ->method_matches_with_output ($ obj , 'resourceName ' , 'test ' );
2020$ helper ->method_matches_with_output ($ obj , 'resourceLineOffset ' , 0 );
2121$ helper ->method_matches_with_output ($ obj , 'resourceColumnOffset ' , 0 );
22- $ helper ->method_matches_with_output ($ obj , 'scriptID ' , 0 );
22+ $ helper ->method_matches_with_output ($ obj , 'scriptId ' , 0 );
2323$ helper ->method_matches_with_output ($ obj , 'sourceMapUrl ' , '' );
2424$ helper ->method_matches_instanceof ($ obj , 'options ' , V8 \ScriptOriginOptions::class);
2525$ helper ->space ();
@@ -43,7 +43,7 @@ $helper->header('Test getters');
4343$ helper ->method_matches_with_output ($ obj , 'resourceName ' , 'test ' );
4444$ helper ->method_matches_with_output ($ obj , 'resourceLineOffset ' , 1 );
4545$ helper ->method_matches_with_output ($ obj , 'resourceColumnOffset ' , 2 );
46- $ helper ->method_matches_with_output ($ obj , 'scriptID ' , 3 );
46+ $ helper ->method_matches_with_output ($ obj , 'scriptId ' , 3 );
4747$ helper ->method_matches_with_output ($ obj , 'sourceMapUrl ' , 'map ' );
4848$ helper ->method_matches_instanceof ($ obj , 'options ' , V8 \ScriptOriginOptions::class);
4949$ helper ->space ();
@@ -91,7 +91,7 @@ Test getters (default):
9191V8\ScriptOrigin::resourceName() matches expected 'test'
9292V8\ScriptOrigin::resourceLineOffset() matches expected 0
9393V8\ScriptOrigin::resourceColumnOffset() matches expected 0
94- V8\ScriptOrigin::scriptID () matches expected 0
94+ V8\ScriptOrigin::scriptId () matches expected 0
9595V8\ScriptOrigin::sourceMapUrl() matches expected ''
9696V8\ScriptOrigin::options() result is instance of V8\ScriptOriginOptions
9797
@@ -134,7 +134,7 @@ Test getters:
134134V8\ScriptOrigin::resourceName() matches expected 'test'
135135V8\ScriptOrigin::resourceLineOffset() matches expected 1
136136V8\ScriptOrigin::resourceColumnOffset() matches expected 2
137- V8\ScriptOrigin::scriptID () matches expected 3
137+ V8\ScriptOrigin::scriptId () matches expected 3
138138V8\ScriptOrigin::sourceMapUrl() matches expected 'map'
139139V8\ScriptOrigin::options() result is instance of V8\ScriptOriginOptions
140140
0 commit comments