Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
testLockFileExists () | |
testLockFileReadable ($lockFilePath) | |
testLockFileContainsJson ($lockFilePath) | |
testUpToDate ($lockFileContent) | |
A test that enforces composer.lock is up to date with composer.json
Definition at line 11 of file ComposerLockTest.php.
testLockFileContainsJson | ( | $lockFilePath | ) |
@depends testLockFileReadable
string | $lockFilePath |
Definition at line 39 of file ComposerLockTest.php.
testLockFileExists | ( | ) |
testLockFileReadable | ( | $lockFilePath | ) |
@depends testLockFileExists
string | $lockFilePath |
Definition at line 28 of file ComposerLockTest.php.
testUpToDate | ( | $lockFileContent | ) |
@depends testLockFileContainsJson
string | $lockFileContent |
Definition at line 50 of file ComposerLockTest.php.