Skip to content

Commit 18d5257

Browse files
committed
Relocate logo inside docs folder and added missing phpspec.yml files inside BC
1 parent 75c681e commit 18d5257

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

phpspec.yml

+18
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)