This website requires JavaScript.
Explore
Help
Sign In
averello
/
nextcloud-server-mirror
Watch
1
Star
0
Fork
0
You've already forked nextcloud-server-mirror
mirror of
https://github.com/nextcloud/server.git
synced
2026-03-04 18:28:08 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2fccfbe2789cbf41beba8f080a6721feaf7d50d2
nextcloud-server-mirror
/
tests
/
data
/
app
/
code-checker
History
Morris Jobke
493844eda4
add positive tests for operator in code checker
2015-05-05 13:09:12 +02:00
..
test-const.php
implement php code checker to detect usage of not allowed private APIs - including console command to check local code to be used by developers
2015-02-10 11:51:24 +01:00
test-equal.php
Check usage of != and == - refs
#16054
2015-05-05 12:59:33 +02:00
test-extends.php
implement php code checker to detect usage of not allowed private APIs - including console command to check local code to be used by developers
2015-02-10 11:51:24 +01:00
test-identical-operator.php
add positive tests for operator in code checker
2015-05-05 13:09:12 +02:00
test-implements.php
implement php code checker to detect usage of not allowed private APIs - including console command to check local code to be used by developers
2015-02-10 11:51:24 +01:00
test-new.php
implement php code checker to detect usage of not allowed private APIs - including console command to check local code to be used by developers
2015-02-10 11:51:24 +01:00
test-not-equal.php
Check usage of != and == - refs
#16054
2015-05-05 12:59:33 +02:00
test-static-call.php
implement php code checker to detect usage of not allowed private APIs - including console command to check local code to be used by developers
2015-02-10 11:51:24 +01:00