File: DummyEnum.php

package info (click to toggle)
php-webmozart-assert 1.12.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,244 kB
  • sloc: php: 6,152; xml: 13; makefile: 13
file content (9 lines) | stat: -rw-r--r-- 183 bytes parent folder | download
1
2
3
4
5
6
7
8
9
<?php

namespace Webmozart\Assert\Tests;

// The filename must be different from the class name to be ignored by composer PSR-4 autoloading rules
enum TestEnum
{
    case CaseName;
}