File tree Expand file tree Collapse file tree 3 files changed +4
-10
lines changed
MagentoHackathon/Composer/Magento Expand file tree Collapse file tree 3 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"repositories" : [
3
- {
4
- "type" : " composer" ,
5
- "url" : " https://packages.firegento.com"
6
- },
7
3
{
8
4
"type" : " artifact" ,
9
5
"url" : " ../artifact/"
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ abstract class AbstractTest extends \PHPUnit\Framework\TestCase
28
28
*
29
29
* @var string
30
30
*/
31
- protected static $ testVersion = '101.500.900 ' ;
31
+ protected static $ testVersion = '100.100.100 ' ;
32
32
33
33
public static function setUpBeforeClass (): void
34
34
{
@@ -98,11 +98,8 @@ protected static function getProjectRoot(){
98
98
}
99
99
100
100
protected static function getComposerCommand (){
101
- $ command = './composer.phar ' ;
102
- if ( getenv ('TRAVIS ' ) == "true " ){
103
- $ command = self ::getProjectRoot () . '/composer.phar ' ;
104
- }
105
- return $ command ;
101
+
102
+ return './composer.phar ' ;
106
103
}
107
104
108
105
protected static function getComposerArgs (){
Original file line number Diff line number Diff line change @@ -206,6 +206,7 @@ protected function getFirstOnlyFileTestSet()
206
206
'app/code/Magento/ModuleMock/etc/module.xml ' ,
207
207
'app/design/frontend/Magento/luma/Magento_ThemeMock/Foobar/issue76.phtml ' ,
208
208
'app/design/adminhtml/Magento/luma/Magento_AdminThemeMock/wildcard/wildcard.phtml ' ,
209
+ 'composer_lib/autoload.php ' ,
209
210
'composer_lib/magento-hackathon/magento-composer-installer-test-library/composer.json ' ,
210
211
// 'app/design/frontend/test/default/updateFileRemove/design/test2.phtml',
211
212
];
You can’t perform that action at this time.
0 commit comments