mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-08 19:46:41 +00:00
13 lines
196 B
PHP
13 lines
196 B
PHP
<?php
|
|
|
|
namespace Graycore\DemoPackage\Test\Unit;
|
|
|
|
class ItWorksTest extends \PHPUnit\Framework\TestCase
|
|
{
|
|
|
|
public function testItWorks()
|
|
{
|
|
$this->assertEquals(true, true);
|
|
}
|
|
}
|