Skip to content

Commit e18109a

Browse files
author
Verdict-as-a-Service Team
committed
SPDX
1 parent d59aaf1 commit e18109a

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.prettierrc

Lines changed: 0 additions & 2 deletions
This file was deleted.

.prettierrc.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# SPDX-FileCopyrightText: 2025 G DATA CyberDefense AG <vaas@gdata.de>
2+
# SPDX-License-Identifier: AGPL-3.0-or-later
3+
4+
semi: false
5+
singleQuote: true

tests/integration/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
<!--
2+
SPDX-FileCopyrightText: 2025 G DATA CyberDefense AG <vaas@gdata.de>
3+
SPDX-License-Identifier: AGPL-3.0-or-later
4+
-->
5+
16
# Integration Tests
27

38
This directory contains PHPUnit integration tests. These tests verify the functionality of the G DATA Antivirus app by testing real HTTP requests

tests/integration/SettingsControllerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
// SPDX-FileCopyrightText: 2025 Lennart Dohmann <lennart.dohmann@gdata.de>
3+
// SPDX-FileCopyrightText: 2025 G DATA CyberDefense AG <vaas@gdata.de>
44
//
55
// SPDX-License-Identifier: AGPL-3.0-or-later
66

0 commit comments

Comments
 (0)