We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75c681e commit 18d5257Copy full SHA for 18d5257
phpspec.yml
@@ -0,0 +1,18 @@
1
+# This file is part of the Kreta package.
2
+#
3
+# (c) Beñat Espiña <benatespina@gmail.com>
4
+# (c) Gorka Laucirica <gorka.lauzirika@gmail.com>
5
6
+# For the full copyright and license information, please view the LICENSE
7
+# file that was distributed with this source code.
8
+
9
+matchers:
10
+ - Kreta\SharedKernel\Tests\Matchers\CollectionMatcher
11
+ - Kreta\SharedKernel\Tests\Matchers\DomainPublishedMatcher
12
13
+suites:
14
+ kreta_shared_kernel:
15
+ spec_path: tests/
16
+ spec_prefix: Spec
17
+ namespace: Kreta\SharedKernel
18
+ src_path: src/
0 commit comments