File: phpstan-tests.dist.neon

package info (click to toggle)
php-nrk-predis 3.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 8,680 kB
  • sloc: php: 71,678; xml: 50; makefile: 12
file content (15 lines) | stat: -rw-r--r-- 522 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
parameters:
  level: 0

  paths:
    - tests/

  ignoreErrors:
    # Uses func_get_args()
    - message: "#^Static method Predis\\\\Command\\\\RawCommand\\:\\:create\\(\\) invoked with 0 parameters, at least 1 required\\.$#"
      count: 1
      path: tests/Predis/Command/RawCommandTest.php
    # Mockery
    - message: "#^Call to an undefined method Predis\\\\Configuration\\\\Option\\\\AggregateTest\\:\\:getMockConnectionClass\\(\\)\\.$#"
      count: 2
      path: tests/Predis/Configuration/Option/AggregateTest.php