File: MockClassGenerated.tpl

package info (click to toggle)
phpunit 9.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 24,872 kB
  • sloc: php: 47,103; xml: 1,386; makefile: 37; sh: 8
file content (13 lines) | stat: -rw-r--r-- 251 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
namespace PHPUnit\TestFixture\MockObject;

use PHPUnit\Framework\MockObject\Api;

class MockClassGenerated
{
    use Api;

    public static function getConfigurableMethods(): array
    {
        return static::$__phpunit_configurableMethods;
    }
}