Skip to content

Commit 05504e2

Browse files
authored
Merge pull request #1 from netgen/IOTA-313-reset-to-text-block
IOTA-313 rename composer.json and tests
2 parents 6ee7f95 + 5bc3c99 commit 05504e2

File tree

4 files changed

+6
-11
lines changed

4 files changed

+6
-11
lines changed

README.md

+2-7
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
# ibexa-fieldtype-enhanced-link
1+
# ibexa-fieldtype-html-text
22

3-
[![Downloads](https://img.shields.io/packagist/dt/netgen/ibexa-fieldtype-enhanced-link.svg)](https://packagist.org/packages/netgen/ibexa-fieldtype-enhanced-link)
4-
[![Latest stable](https://img.shields.io/packagist/v/netgen/ibexa-fieldtype-enhanced-link.svg)](https://packagist.org/packages/netgen/ibexa-fieldtype-enhanced-link)
5-
[![PHP](https://img.shields.io/badge/PHP-%E2%89%A5%207.4-%238892BF.svg)](https://www.php.net)
6-
[![Ibexa](https://img.shields.io/badge/Ibexa-%E2%89%A5%204.0-orange.svg)](https://www.ibexa.co)
7-
8-
Enhanced link field type for Ibexa CMS is a combination of URL and Relation field types with some additional features.
3+
# TODO

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "netgen/ibexa-fieldtype-enhanced-link",
3-
"description": "Netgen's enhanced link field type for Ibexa",
2+
"name": "netgen/ibexa-fieldtype-html-text",
3+
"description": "Netgen's html text field type for Ibexa",
44
"type": "ibexa-bundle",
55
"authors": [
66
{

phpunit-integration-legacy.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<ini name="error_reporting" value="-1" />
1515
</php>
1616
<testsuites>
17-
<testsuite name="ngenhancedlink_fieldtype_db_integration">
17+
<testsuite name="nghtmltext_fieldtype_db_integration">
1818
<file>tests/integration/Core/Repository/FieldType/EnhancedLinkIntegrationTest.php</file>
1919
</testsuite>
2020
</testsuites>

phpunit.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
colors="true"
88
failOnWarning="true">
99
<testsuites>
10-
<testsuite name="ngenhancedlink_field_type">
10+
<testsuite name="nghtmltext_field_type">
1111
<directory>tests/lib</directory>
1212
</testsuite>
1313
</testsuites>

0 commit comments

Comments
 (0)