mirror of
https://github.com/pestphp/pest.git
synced 2026-09-05 14:23:34 +02:00
ci: snapshots
This commit is contained in:
@@ -1921,10 +1921,12 @@
|
|||||||
✓ fromSql() → it records the table, not the schema, for qualified identifiers
|
✓ fromSql() → it records the table, not the schema, for qualified identifiers
|
||||||
✓ fromSql() → it handles quoted identifiers
|
✓ fromSql() → it handles quoted identifiers
|
||||||
✓ fromSql() → it ignores schema metadata tables
|
✓ fromSql() → it ignores schema metadata tables
|
||||||
|
✓ fromSql() → it does not leak int keys for numeric identifiers
|
||||||
✓ fromSql() → it returns nothing for non-DML statements
|
✓ fromSql() → it returns nothing for non-DML statements
|
||||||
✓ fromMigrationSource() → it extracts tables from Schema builder calls
|
✓ fromMigrationSource() → it extracts tables from Schema builder calls
|
||||||
✓ fromMigrationSource() → it extracts tables from raw DDL statements
|
✓ fromMigrationSource() → it extracts tables from raw DDL statements
|
||||||
✓ fromMigrationSource() → it records the table, not the schema, in qualified DDL and DML
|
✓ fromMigrationSource() → it records the table, not the schema, in qualified DDL and DML
|
||||||
|
✓ fromMigrationSource() → it does not leak int keys for numeric table names
|
||||||
✓ fromMigrationSource() → it extracts tables from DB::table calls
|
✓ fromMigrationSource() → it extracts tables from DB::table calls
|
||||||
|
|
||||||
PASS Tests\Unit\Plugins\Tia\TestPaths
|
PASS Tests\Unit\Plugins\Tia\TestPaths
|
||||||
@@ -2191,4 +2193,4 @@
|
|||||||
✓ pass with dataset with ('my-datas-set-value')
|
✓ pass with dataset with ('my-datas-set-value')
|
||||||
✓ within describe → pass with dataset with ('my-datas-set-value')
|
✓ within describe → pass with dataset with ('my-datas-set-value')
|
||||||
|
|
||||||
Tests: 1 deprecated, 4 warnings, 5 incomplete, 2 notices, 40 todos, 35 skipped, 1545 passed (3378 assertions)
|
Tests: 1 deprecated, 4 warnings, 5 incomplete, 2 notices, 40 todos, 35 skipped, 1547 passed (3381 assertions)
|
||||||
@@ -24,13 +24,13 @@ test('parallel', function () use ($run): void {
|
|||||||
$file = file_get_contents(__FILE__);
|
$file = file_get_contents(__FILE__);
|
||||||
$file = preg_replace(
|
$file = preg_replace(
|
||||||
'/\$expected = \'.*?\';/',
|
'/\$expected = \'.*?\';/',
|
||||||
"\$expected = '1 deprecated, 4 warnings, 5 incomplete, 3 notices, 40 todos, 27 skipped, 1528 passed (3325 assertions)';",
|
"\$expected = '1 deprecated, 4 warnings, 5 incomplete, 3 notices, 40 todos, 27 skipped, 1530 passed (3328 assertions)';",
|
||||||
$file,
|
$file,
|
||||||
);
|
);
|
||||||
file_put_contents(__FILE__, $file);
|
file_put_contents(__FILE__, $file);
|
||||||
}
|
}
|
||||||
|
|
||||||
$expected = '1 deprecated, 4 warnings, 5 incomplete, 3 notices, 40 todos, 27 skipped, 1528 passed (3325 assertions)';
|
$expected = '1 deprecated, 4 warnings, 5 incomplete, 3 notices, 40 todos, 27 skipped, 1530 passed (3328 assertions)';
|
||||||
|
|
||||||
expect($output)
|
expect($output)
|
||||||
->toContain("Tests: {$expected}")
|
->toContain("Tests: {$expected}")
|
||||||
|
|||||||
Reference in New Issue
Block a user