File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ public function testExecute() {
149
149
$ this ->assertRegExp ($ pattern , $ result );
150
150
151
151
$ pattern = '/\#: ( \\\\|\/)extract\.ctp:14\n ' ;
152
- $ pattern .= '\#: ( \\\\|\/)home\.ctp:99 \n ' ;
152
+ $ pattern .= '\#: ( \\\\|\/)home\.ctp:100 \n ' ;
153
153
$ pattern .= 'msgid "Editing this Page"\nmsgstr ""/ ' ;
154
154
$ this ->assertRegExp ($ pattern , $ result );
155
155
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ public function testExcerpt() {
88
88
$ pattern = '/<code>.*?<span style\="color\: \#\d+">.*?<\?php/ ' ;
89
89
$ this ->assertRegExp ($ pattern , $ result [0 ]);
90
90
91
- $ result = Debugger::excerpt (__FILE__ , 10 , 2 );
91
+ $ result = Debugger::excerpt (__FILE__ , 11 , 2 );
92
92
$ this ->assertEquals (5 , count ($ result ));
93
93
94
94
$ pattern = '/<span style\="color\: \#\d{6}">\*<\/span>/ ' ;
You can’t perform that action at this time.
0 commit comments