Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
0cb5ca3
add phpdoc.xml
zeshanziya Jan 27, 2025
756367d
add phpdoc-backstage-markdown-theme as submoule for testing
zeshanziya Jan 27, 2025
414d6bf
config changes
zeshanziya Jan 28, 2025
a7aaa11
tried extension
zeshanziya Jan 29, 2025
5e82b7c
Update catalog-info.yaml
zeshanziya Jan 30, 2025
747e6a6
add sample doc
zeshanziya Jan 30, 2025
ae95ec6
extension changes
zeshanziya Feb 5, 2025
5b84aa4
doc testing by removing backticks
zeshanziya Feb 5, 2025
65fce1d
change for php block
zeshanziya Feb 5, 2025
a118f50
change for php block signature
zeshanziya Feb 5, 2025
06155e8
change for php block signature 1
zeshanziya Feb 5, 2025
f0f0c48
change for php block signature 1
zeshanziya Feb 5, 2025
c6659e4
change for php block signature 2
zeshanziya Feb 5, 2025
9b50a91
format fix 1
zeshanziya Feb 6, 2025
1a2fa4e
format fix 2
zeshanziya Feb 6, 2025
5eda7c3
format fix 2
zeshanziya Feb 6, 2025
9a6f0d1
format fix 2
zeshanziya Feb 6, 2025
f82bea0
format fix 2
zeshanziya Feb 6, 2025
ce5b0ca
format fix 3
zeshanziya Feb 6, 2025
9392351
format fix 4
zeshanziya Feb 6, 2025
6121fe3
format fix 5
zeshanziya Feb 6, 2025
3294dd2
format fix 6
zeshanziya Feb 6, 2025
9d0e92b
format fix 7
zeshanziya Feb 6, 2025
72e564a
format fix 8
zeshanziya Feb 6, 2025
cc464cc
format fix 9
zeshanziya Feb 6, 2025
f3271fd
format fix 10
zeshanziya Feb 6, 2025
952097c
format fix 11
zeshanziya Feb 6, 2025
9be97fd
format fix 12
zeshanziya Feb 6, 2025
a06f423
format fix 12
zeshanziya Feb 6, 2025
c89cd07
format fix 13
zeshanziya Feb 6, 2025
ed5c1ca
format fix 14
zeshanziya Feb 6, 2025
7ca496c
format fix 15
zeshanziya Feb 6, 2025
6a19725
format fix 16
zeshanziya Feb 6, 2025
5608a5b
format fix 17
zeshanziya Feb 6, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@
node_modules
/web/themes/custom/contribtracker/dist/
.DS_Store

.phpdoc/cache
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[submodule ".phpdoc/themes/phpdoc-backstage-markdown-theme"]
path = .phpdoc/themes/phpdoc-backstage-markdown-theme
url = git@github.com:axelerant/phpdoc-backstage-markdown-theme.git
[submodule ".phpdoc/extensions/phpdoc-backstage-markdown-extension"]
path = .phpdoc/extensions/phpdoc-backstage-markdown-extension
url = git@github.com:axelerant/phpdoc-backstage-markdown-extension.git
1 change: 1 addition & 0 deletions .phpdoc/themes/phpdoc-backstage-markdown-theme
4 changes: 2 additions & 2 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: contrib-tracker
name: contrib-tracker-phpdoc-testing
description: Axelerant Contribution Tracker
title: Contrib Tracker
title: Contrib Tracker - Phpdoc Testing
annotations:
github.com/project-slug: contrib-tracker/backend
sentry.io/project-slug: contrib-tracker
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,103 @@

[Drupal](../namespaces/drupal.md) | [Tests](../namespaces/drupal-tests.md) | [ct_manager](../namespaces/drupal-tests-ct-manager.md) | [Unit](../namespaces/drupal-tests-ct-manager-unit.md) | [Data](../namespaces/drupal-tests-ct-manager-unit-data.md)

## CodeContributionTest

- **extends**: [TestCase](# "\PHPUnit\Framework\TestCase")

- **In Package**:
- [Application](../packages/Application.md)



---





<small>[CodeContributionTest.php](../files/web-modules-custom-ct-manager-tests-src-unit-data-codecontributiontest.md) : Line 13</small>





### Tags

- **group**
- ct_manager
- **coversDefaultClass**
- \Drupal\ct_manager\Data\CodeContribution





### Table of Contents










#### Methods
- **[testChainedCodeContribution()](../classes/Drupal-Tests-ct-manager-Unit-Data-CodeContributionTest.md#testchainedcodecontribution)**
: mixed

- **[testCodeContributionCreation()](../classes/Drupal-Tests-ct-manager-Unit-Data-CodeContributionTest.md#testcodecontributioncreation)**
: mixed

*Test simple code contribution creation.*









### Methods

#### testChainedCodeContribution()

<small>[CodeContributionTest.php](../files/web-modules-custom-ct-manager-tests-src-unit-data-codecontributiontest.md) : Line 28</small>


!!! note ""
testChainedCodeContribution() :mixed











#### testCodeContributionCreation()

<small>[CodeContributionTest.php](../files/web-modules-custom-ct-manager-tests-src-unit-data-codecontributiontest.md) : Line 18</small>

*Test simple code contribution creation.*

!!! note ""
testCodeContributionCreation() :mixed












Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@

[Drupal](../namespaces/drupal.md) | [Tests](../namespaces/drupal-tests.md) | [ct_manager](../namespaces/drupal-tests-ct-manager.md) | [Unit](../namespaces/drupal-tests-ct-manager-unit.md) | [Data](../namespaces/drupal-tests-ct-manager-unit-data.md)

## IssueTest

- **extends**: [TestCase](# &quot;\PHPUnit\Framework\TestCase&quot;)

- **In Package**:
- [Application](../packages/Application.md)



---





<small>[IssueTest.php](../files/web-modules-custom-ct-manager-tests-src-unit-data-issuetest.md) : Line 12</small>





### Tags

- **group**
- ct_manager
- **coversDefaultClass**
- \Drupal\ct_manager\Data\Issue





### Table of Contents










#### Methods
- **[testIssueCreation()](../classes/Drupal-Tests-ct-manager-Unit-Data-IssueTest.md#testissuecreation)**
: mixed

*Test simple issue creation.*









### Methods

#### testIssueCreation()

<small>[IssueTest.php](../files/web-modules-custom-ct-manager-tests-src-unit-data-issuetest.md) : Line 17</small>

*Test simple issue creation.*

!!! note ""
testIssueCreation() :mixed












Loading