You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/unit/Codeception/Template/__snapshots__/WpbrowserTest__3.5__should_scaffold_for_child_theme_correctly__0.snapshot
+6-6
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ modules:
33
33
- "--no-sandbox"
34
34
lucatume\WPBrowser\Module\WPDb:
35
35
dbUrl: '%WORDPRESS_DB_URL%'
36
-
dump: 'tests/Support/Data/dump.sql'
36
+
dump: 'tests/_data/dump.sql'
37
37
populate: true
38
38
cleanup: true
39
39
reconnect: false
@@ -242,7 +242,7 @@ modules:
242
242
243
243
namespace Tests\EndToEnd;
244
244
245
-
use Tests\Support\EndToEndTester;
245
+
use EndToEndTester;
246
246
247
247
class ActivationCest
248
248
{
@@ -275,19 +275,19 @@ TEST_TABLE_PREFIX=test_
275
275
WORDPRESS_TABLE_PREFIX=wp_
276
276
277
277
# The URL and domain of the WordPress site used in end-to-end tests.
278
-
WORDPRESS_URL=http://localhost:41251
279
-
WORDPRESS_DOMAIN=localhost:41251
278
+
WORDPRESS_URL=http://localhost:35409
279
+
WORDPRESS_DOMAIN=localhost:35409
280
280
281
281
# The username and password of the administrator user of the WordPress site used in end-to-end tests.
282
282
WORDPRESS_ADMIN_USER=admin
283
283
WORDPRESS_ADMIN_PASSWORD=password
284
284
285
285
# The host and port of the ChromeDriver server that will be used in end-to-end tests.
286
286
CHROMEDRIVER_HOST=localhost
287
-
CHROMEDRIVER_PORT=29174
287
+
CHROMEDRIVER_PORT=20606
288
288
289
289
# The port on which the PHP built-in server will serve the WordPress installation.
Copy file name to clipboardExpand all lines: tests/unit/Codeception/Template/__snapshots__/WpbrowserTest__3.5__should_scaffold_for_multi_site_correctly__0.snapshot
+6-6
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ modules:
33
33
- "--no-sandbox"
34
34
lucatume\WPBrowser\Module\WPDb:
35
35
dbUrl: '%WORDPRESS_DB_URL%'
36
-
dump: 'tests/Support/Data/dump.sql'
36
+
dump: 'tests/_data/dump.sql'
37
37
populate: true
38
38
cleanup: true
39
39
reconnect: false
@@ -247,7 +247,7 @@ modules:
247
247
248
248
namespace Tests\EndToEnd;
249
249
250
-
use Tests\Support\EndToEndTester;
250
+
use EndToEndTester;
251
251
252
252
class ActivationCest
253
253
{
@@ -285,19 +285,19 @@ TEST_TABLE_PREFIX=test_
285
285
WORDPRESS_TABLE_PREFIX=wp_
286
286
287
287
# The URL and domain of the WordPress site used in end-to-end tests.
288
-
WORDPRESS_URL=http://localhost:9750
289
-
WORDPRESS_DOMAIN=localhost:9750
288
+
WORDPRESS_URL=http://localhost:37987
289
+
WORDPRESS_DOMAIN=localhost:37987
290
290
291
291
# The username and password of the administrator user of the WordPress site used in end-to-end tests.
292
292
WORDPRESS_ADMIN_USER=admin
293
293
WORDPRESS_ADMIN_PASSWORD=password
294
294
295
295
# The host and port of the ChromeDriver server that will be used in end-to-end tests.
296
296
CHROMEDRIVER_HOST=localhost
297
-
CHROMEDRIVER_PORT=51597
297
+
CHROMEDRIVER_PORT=54870
298
298
299
299
# The port on which the PHP built-in server will serve the WordPress installation.
Copy file name to clipboardExpand all lines: tests/unit/Codeception/Template/__snapshots__/WpbrowserTest__3.5__should_scaffold_for_plugin_with_non_plugin_php_file__0.snapshot
+6-6
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ modules:
33
33
- "--no-sandbox"
34
34
lucatume\WPBrowser\Module\WPDb:
35
35
dbUrl: '%WORDPRESS_DB_URL%'
36
-
dump: 'tests/Support/Data/dump.sql'
36
+
dump: 'tests/_data/dump.sql'
37
37
populate: true
38
38
cleanup: true
39
39
reconnect: false
@@ -242,7 +242,7 @@ modules:
242
242
243
243
namespace Tests\EndToEnd;
244
244
245
-
use Tests\Support\EndToEndTester;
245
+
use EndToEndTester;
246
246
247
247
class ActivationCest
248
248
{
@@ -283,19 +283,19 @@ TEST_TABLE_PREFIX=test_
283
283
WORDPRESS_TABLE_PREFIX=wp_
284
284
285
285
# The URL and domain of the WordPress site used in end-to-end tests.
286
-
WORDPRESS_URL=http://localhost:16145
287
-
WORDPRESS_DOMAIN=localhost:16145
286
+
WORDPRESS_URL=http://localhost:18237
287
+
WORDPRESS_DOMAIN=localhost:18237
288
288
289
289
# The username and password of the administrator user of the WordPress site used in end-to-end tests.
290
290
WORDPRESS_ADMIN_USER=admin
291
291
WORDPRESS_ADMIN_PASSWORD=password
292
292
293
293
# The host and port of the ChromeDriver server that will be used in end-to-end tests.
294
294
CHROMEDRIVER_HOST=localhost
295
-
CHROMEDRIVER_PORT=50293
295
+
CHROMEDRIVER_PORT=63427
296
296
297
297
# The port on which the PHP built-in server will serve the WordPress installation.
Copy file name to clipboardExpand all lines: tests/unit/Codeception/Template/__snapshots__/WpbrowserTest__3.5__should_scaffold_for_plugin_with_non_plugin_php_file_custom__0.snapshot
+6-6
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ modules:
38
38
- "--no-sandbox"
39
39
lucatume\WPBrowser\Module\WPDb:
40
40
dbUrl: '%WORDPRESS_DB_URL%'
41
-
dump: 'tests/Support/Data/dump.sql'
41
+
dump: 'tests/_data/dump.sql'
42
42
populate: true
43
43
cleanup: true
44
44
reconnect: false
@@ -247,7 +247,7 @@ modules:
247
247
248
248
namespace Tests\EndToEnd;
249
249
250
-
use Tests\Support\EndToEndTester;
250
+
use EndToEndTester;
251
251
252
252
class ActivationCest
253
253
{
@@ -288,19 +288,19 @@ TEST_TABLE_PREFIX=test_
288
288
WORDPRESS_TABLE_PREFIX=wp_
289
289
290
290
# The URL and domain of the WordPress site used in end-to-end tests.
291
-
WORDPRESS_URL=http://localhost:40096
292
-
WORDPRESS_DOMAIN=localhost:40096
291
+
WORDPRESS_URL=http://localhost:38047
292
+
WORDPRESS_DOMAIN=localhost:38047
293
293
294
294
# The username and password of the administrator user of the WordPress site used in end-to-end tests.
295
295
WORDPRESS_ADMIN_USER=admin
296
296
WORDPRESS_ADMIN_PASSWORD=password
297
297
298
298
# The host and port of the ChromeDriver server that will be used in end-to-end tests.
299
299
CHROMEDRIVER_HOST=localhost
300
-
CHROMEDRIVER_PORT=9351
300
+
CHROMEDRIVER_PORT=56902
301
301
302
302
# The port on which the PHP built-in server will serve the WordPress installation.
Copy file name to clipboardExpand all lines: tests/unit/Codeception/Template/__snapshots__/WpbrowserTest__3.5__should_scaffold_for_plugin_with_plugin_php_file__0.snapshot
+6-6
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ modules:
38
38
- "--no-sandbox"
39
39
lucatume\WPBrowser\Module\WPDb:
40
40
dbUrl: '%WORDPRESS_DB_URL%'
41
-
dump: 'tests/Support/Data/dump.sql'
41
+
dump: 'tests/_data/dump.sql'
42
42
populate: true
43
43
cleanup: true
44
44
reconnect: false
@@ -247,7 +247,7 @@ modules:
247
247
248
248
namespace Tests\EndToEnd;
249
249
250
-
use Tests\Support\EndToEndTester;
250
+
use EndToEndTester;
251
251
252
252
class ActivationCest
253
253
{
@@ -288,19 +288,19 @@ TEST_TABLE_PREFIX=test_
288
288
WORDPRESS_TABLE_PREFIX=wp_
289
289
290
290
# The URL and domain of the WordPress site used in end-to-end tests.
291
-
WORDPRESS_URL=http://localhost:61506
292
-
WORDPRESS_DOMAIN=localhost:61506
291
+
WORDPRESS_URL=http://localhost:18285
292
+
WORDPRESS_DOMAIN=localhost:18285
293
293
294
294
# The username and password of the administrator user of the WordPress site used in end-to-end tests.
295
295
WORDPRESS_ADMIN_USER=admin
296
296
WORDPRESS_ADMIN_PASSWORD=password
297
297
298
298
# The host and port of the ChromeDriver server that will be used in end-to-end tests.
299
299
CHROMEDRIVER_HOST=localhost
300
-
CHROMEDRIVER_PORT=2860
300
+
CHROMEDRIVER_PORT=28492
301
301
302
302
# The port on which the PHP built-in server will serve the WordPress installation.
Copy file name to clipboardExpand all lines: tests/unit/Codeception/Template/__snapshots__/WpbrowserTest__3.5__should_scaffold_for_plugin_with_plugin_php_file_custom__0.snapshot
+6-6
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ modules:
38
38
- "--no-sandbox"
39
39
lucatume\WPBrowser\Module\WPDb:
40
40
dbUrl: '%WORDPRESS_DB_URL%'
41
-
dump: 'tests/Support/Data/dump.sql'
41
+
dump: 'tests/_data/dump.sql'
42
42
populate: true
43
43
cleanup: true
44
44
reconnect: false
@@ -247,7 +247,7 @@ modules:
247
247
248
248
namespace Tests\EndToEnd;
249
249
250
-
use Tests\Support\EndToEndTester;
250
+
use EndToEndTester;
251
251
252
252
class ActivationCest
253
253
{
@@ -288,19 +288,19 @@ TEST_TABLE_PREFIX=test_
288
288
WORDPRESS_TABLE_PREFIX=wp_
289
289
290
290
# The URL and domain of the WordPress site used in end-to-end tests.
291
-
WORDPRESS_URL=http://localhost:24356
292
-
WORDPRESS_DOMAIN=localhost:24356
291
+
WORDPRESS_URL=http://localhost:20511
292
+
WORDPRESS_DOMAIN=localhost:20511
293
293
294
294
# The username and password of the administrator user of the WordPress site used in end-to-end tests.
295
295
WORDPRESS_ADMIN_USER=admin
296
296
WORDPRESS_ADMIN_PASSWORD=password
297
297
298
298
# The host and port of the ChromeDriver server that will be used in end-to-end tests.
299
299
CHROMEDRIVER_HOST=localhost
300
-
CHROMEDRIVER_PORT=54335
300
+
CHROMEDRIVER_PORT=50604
301
301
302
302
# The port on which the PHP built-in server will serve the WordPress installation.
0 commit comments