mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-08 19:46:41 +00:00
feat: add integration test workflow (#3)
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace Graycore\DemoPackage\Test\Integration;
|
||||
|
||||
class TestItWorks extends \PHPUnit\Framework\TestCase
|
||||
class ItWorksTest extends \PHPUnit\Framework\TestCase
|
||||
{
|
||||
|
||||
public function testItWorks()
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace Graycore\DemoPackage\Test\Unit;
|
||||
|
||||
class TestItWorks extends \PHPUnit\Framework\TestCase
|
||||
class ItWorksTest extends \PHPUnit\Framework\TestCase
|
||||
{
|
||||
|
||||
public function testItWorks()
|
||||
Reference in New Issue
Block a user