Project

General

Profile

Actions

action #156124

closed

[qe-core] Introduce a new test to install and verify PHP Composer

Added by dvenkatachala 2 months ago. Updated about 1 month ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
New test
Target version:
-
Start date:
2024-02-27
Due date:
% Done:

0%

Estimated time:
Difficulty:
Sprint:
QE-Core: March Sprint 24 (Mar 06 - Mar 28)

Description

https://bugzilla.suse.com/show_bug.cgi?id=1220083
Add a new test to verify PHP Composer. Ensure that PHP is installed on your system. Download and install the latest version of Composer:

curl -sS https://getcomposer.org/installer -o composer-setup.php
php composer-setup.php --install-dir=/usr/local/bin --filename=composer

After installing Composer, you can use it to manage dependencies in your PHP projects. Create a project and install the required packages using Composer. Later, check the installed packages. Finally, create and run a PHP script using the newly installed package.

Actions #1

Updated by dvenkatachala 2 months ago

  • Description updated (diff)
Actions #2

Updated by mgrifalconi 2 months ago

  • Sprint set to QE-Core: March Sprint 24 (Mar 06 - Mar 28)
Actions #3

Updated by dvenkatachala 2 months ago

  • Assignee set to dvenkatachala
Actions #4

Updated by dvenkatachala 2 months ago

  • Status changed from New to In Progress
Actions #6

Updated by dvenkatachala about 2 months ago

  • Status changed from In Progress to Feedback
Actions #7

Updated by dvenkatachala about 1 month ago

  • Status changed from Feedback to Resolved
Actions

Also available in: Atom PDF