Ivymaster
245b724314
Minor rfactor
2026-06-15 01:01:33 +02:00
Ivymaster
10a5aaf9b4
Minor mods
2026-06-12 18:49:15 +02:00
Ivymaster
544c6e7319
Added seeders for tempus tests
2026-06-12 16:51:24 +02:00
Ivymaster
1e2cafef1d
Add API tests for tempus event creation feature
2026-06-08 12:26:43 +02:00
Ivymaster
4205e490ef
Add API tests for tempus event update feature
2026-06-01 15:27:38 +02:00
Ivymaster
90eb25716d
WIP: Tempus api events
2026-06-01 15:01:29 +02:00
Ivymaster
64b6e4a009
Add tempus test file split
2026-05-31 23:17:22 +02:00
Ivymaster
40c18d3603
Add basic tests for tempus feature
2026-05-31 23:03:16 +02:00
Ivymaster
d948251736
WIP: Tempus e2e tests
2026-05-27 10:29:13 +02:00
Ivymaster
dc05d16545
WIP: Adding base tempus tests
2026-05-21 13:12:09 +02:00
Paolo
7aaeccdd42
Excluded application/phrases/ from been checked for line length with PHPCS
2022-03-07 12:34:11 +01:00
Paolo
9f28db36b8
- Added new sniffs for codesniffer to be compliant with the FHComplete coding style
...
- Commented tests/codesniffer/FHComplete/ruleset.xml
- Removed redundant PHPCS checks already performed by PHPMD
- Added/removed checks from PHPCS to be compliant with the FHComplete coding style
- PHPMD: Removed the ElseExpression rule from the rulesets/cleancode.xml
2022-03-04 19:59:57 +01:00
Paolo
282972f441
Added new PHPMD ruleset rulesets-dev-only.xml
2022-02-15 12:28:33 +01:00
Paolo
598575a194
Added excludes to PHPMD and PHPCS rule sets
2022-02-11 11:01:44 +01:00
Paolo
6066da470e
- Added excluded directories to PHPMD and PHPCS rule sets
...
- Added testing file for Lint
2022-02-10 15:00:00 +01:00
Paolo
d9aa24cced
- Removed phpci.yml file
...
- Removed tests/codeception/ directory
- Changed tests/codesniffer/FHComplete/ruleset.xml
- Removed tests/codesniffer/FHComplete/Sniffs
- Removed tests/codesniffer/FHComplete/tests
- Added tests/phpmd/rulesets.xml
2022-02-10 11:42:39 +01:00
Paolo
6b17dbca52
- Removed tests/codeception/_data/dump.sql
...
- Changed phpci.yml to make php_parallel_lint a blocking test
- Changed phpci.yml to configure the rules used by php mess detector
- Changed phpci.yml added allowed_warnings: -1 to php_code_sniffer
2019-06-05 11:19:05 +02:00
Andreas Österreicher
1e4fc86be5
Fixed Broken Unit Tests
2018-02-16 11:43:59 +01:00
Andreas Österreicher
78df57044e
Resturlaubstage, Mehrarbeitsstunden und Urlaubsanspruch pro Jahr
...
entfernt. Diese können bei Mitarbeitern jetzt nicht mehr verwaltet
werden
2018-01-18 09:01:49 +01:00
Paolo
d8cd786079
- application/core/* -> CS compliant
...
- application/libraries/* -> CS compliant
- FHC_Model isEntitled method now return error() or success()
- Updated all code that uses isEntitled method from FHC_Model
- Removed Squiz.PHP.DisallowSizeFunctionsInLoops from CS ruleset
- Removed depracated method replace from DB_Model
- Removed unused method pgArrayPhp from DB_Model
- Renamed method arrayMergeIndex to _arrayCombine in DB_Model and set as private
- Added method _manageUDFs to DB_Model (a wrapper for UDFLib->manageUDFs)
2017-08-22 16:24:51 +02:00
Paolo
1afe6c00a1
Removed check of size functions in loop statements in CS
2017-08-22 10:32:11 +02:00
Paolo
17acfa3945
Codesniffer FHComplete rules: underscores before protected and private methods are not checked anymore
2017-08-21 12:22:56 +02:00
Paolo
0317c5314a
Removed ruleset.xml from tests directory
2017-08-21 12:11:54 +02:00
Andreas Oesterreicher
42960ffe20
Moodle-Integration aus FHComplete Core entfernt und in eigenes Addon
...
ausgelagert.
Support für Moodle 1.9 entfernt
2017-08-02 14:05:31 +02:00
Andreas Oesterreicher
4c95ee4d58
Fixed Codesniffer test files according to FHComplete Style
2017-07-02 18:37:55 +02:00
bison-paolo
9723ee54d2
phpci
2016-11-29 17:54:22 +01:00
bison-paolo
4cc21c715a
phpci
2016-11-29 17:44:29 +01:00
bison-paolo
7398645038
phpci
2016-11-29 17:39:25 +01:00
bison-paolo
65888879d1
phpci
2016-11-29 17:31:51 +01:00
bison-paolo
f7d1d96875
phpci
2016-11-29 16:39:51 +01:00
bison-paolo
a9ceaf3c56
phpci
2016-11-29 16:28:26 +01:00
bison-paolo
2c1d29e0ba
phpci
2016-11-29 14:57:50 +01:00
bison-paolo
c33871ec2d
phpC(d)I
2016-11-23 15:25:07 +01:00
bison-paolo
d96a0e98d5
- Fixed codeception test
...
- Updated the api test suite
- Added the script generate.php to automatically generate the test cases
for the controllers
2016-11-23 15:09:10 +01:00
oesi
68a696cdc8
Merge branch 'master' into ci
...
Conflicts:
cis/testtool/admin/add_gebiet.php
cis/testtool/admin/edit_gebiet.php
cis/testtool/admin/index.php
config/global.config-default.inc.php
content/student/studentDBDML.php
content/student/studentdetailoverlay.xul.php
include/ablauf.class.php
include/frage.class.php
include/organisationseinheit.class.php
include/studiengang.class.php
include/vorschlag.class.php
phpci.yml
rdf/student.rdf.php
system/dbupdate_3.2.php
tests/codeception/_support/AcceptanceTester.php
tests/codeception/_support/BasisKlasseTest.php
tests/codeception/_support/FunctionalTester.php
tests/codeception/_support/UnitTester.php
tests/codeception/_support/_generated/AcceptanceTesterActions.php
tests/codeception/acceptance/AcceptanceTester.php
tests/codeception/acceptance/CISLoginPageCept.php
tests/codeception/acceptance/_bootstrap.php
tests/codeception/codeception.dist.yml
tests/codeception/functional/FunctionalTester.php
tests/codeception/functional/_bootstrap.php
tests/codeception/tests/acceptance.suite.dist.yml
tests/codeception/tests/acceptance/CISLoginPage.php
tests/codeception/tests/acceptance/CISLoginPageCept.php
tests/codeception/tests/api/_bootstrap.php
tests/codeception/tests/functional/FunctionalTester.php
tests/codeception/tests/functional/_bootstrap.php
tests/codeception/tests/unit/BasisKlasseTest.php
tests/codeception/tests/unit/UnitTester.php
tests/codeception/unit/BasisKlasseTest.php
tests/codeception/unit/UnitTester.php
2016-11-22 13:58:29 +01:00
bison-paolo
2a0cd525dd
- Updated codeception test cases
...
- Fixed controllers
- Removed unused controller Thread
2016-11-15 17:00:01 +01:00
bison-paolo
bc8ecf5569
Wrong api.suite.dist.yml
2016-10-20 16:47:51 +02:00
bison-paolo
5087826891
- phpC(d)I
...
- Renamed method chkRights to _isEntitled in model DB_Model
- Updated models where it was needed
2016-10-20 16:37:52 +02:00
kindlm
70fd4a4dea
phpC(d)I
2016-09-30 16:32:57 +02:00
bison-paolo
7346fcf7ec
Permissions for test user
2016-09-30 11:52:19 +02:00
paolo
527a627574
Removed var_dumps from library REST_Controller
2016-08-04 14:53:32 +02:00
paolo
c8f9980c5a
Codeception fixes
2016-08-03 10:42:03 +02:00
paolo
2d8f7fcac3
Codeception workaround
2016-08-03 09:57:24 +02:00
paolo
65aa2b5d29
- Added codeception test for PCRM
...
- Fixes and improvements for PCRMLib
2016-08-01 16:18:38 +02:00
paolo
fd826ae1fe
Extended codeception tests
2016-07-27 19:09:42 +02:00
paolo
88a395b31e
Bug fixes
2016-07-25 19:27:04 +02:00
paolo
d0d9b897eb
Created all basic test cases for codeception
2016-07-25 17:21:39 +02:00
paolo
d6ab664a33
- phpC(dis)I fixes IV
2016-07-11 18:31:11 +02:00
paolo
9756ce6b14
- phpC(dis)I fixes III
2016-07-11 18:23:59 +02:00
paolo
bc331e10ad
- phpC(dis)I fixes II
2016-07-11 17:18:49 +02:00