Skip to content

Commit

Permalink
Merge pull request #13 from abkarim/theme-update-error--fix
Browse files Browse the repository at this point in the history
Theme update error  fix
  • Loading branch information
abkarim authored Nov 24, 2023
2 parents 68c644d + 782edd9 commit 772b942
Show file tree
Hide file tree
Showing 7 changed files with 1,780 additions and 9 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ node_modules
dashboard
xynity-blocks
plugin
xynity-blocks.zip
xynity-blocks.zip
vendor
9 changes: 9 additions & 0 deletions __TESTS__/ThemeJSONTest.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php

declare(strict_types=1);

use PHPUnit\Framework\TestCase;

final class ThemeJSONTest extends TestCase
{
}
7 changes: 7 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "karim/xynity-blocks",
"type": "project",
"require-dev": {
"phpunit/phpunit": "^10.4"
}
}
Loading

0 comments on commit 772b942

Please sign in to comment.