Skip to content

Commit 3a15b23

Browse files
committed
MAGETWO-88409: Builds stabilization for PR
- units
1 parent 3dbabca commit 3a15b23

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/internal/Magento/Framework/Setup/Test/Unit/Declaration/Schema/Db/SchemaBuilderTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,12 +282,13 @@ public function testBuild(array $columns, array $references, array $constraints,
282282
}
283283

284284
/**
285+
* WARNING! The expected exception type may differ depending on PHPUnit version.
286+
*
285287
* @dataProvider dataProvider
286288
* @param array $columns
287289
* @param array $references
288290
* @param array $constraints
289291
* @param array $indexes
290-
* @expectedException \PHPUnit\Framework\Exception
291292
* @expectedExceptionMessage
292293
* User Warning: Column unknown_column does not exist for index/constraint FIRST_INDEX in table second_table
293294
*/

0 commit comments

Comments
 (0)