function ComposerValidateTest::testValidateComposer
Attributes
#[DataProvider('provideComposerJson')]
File
-
core/
tests/ Drupal/ BuildTests/ Composer/ ComposerValidateTest.php, line 29
Class
- ComposerValidateTest
- Tests.
Namespace
Drupal\BuildTests\ComposerCode
public function testValidateComposer($path) : void {
$this->executeCommand('composer validate --strict --no-check-all ' . $path);
$this->assertCommandSuccessful();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.