45b0d5d899
feat(depends): adds phpdocs
2020-06-19 21:39:01 +02:00
5be1edd7b7
added missing return types
2020-06-19 21:25:38 +02:00
75f7ee0acf
added feedback from @nunomaduro
2020-06-19 20:39:09 +02:00
d0a74931dd
implemented support for PHPUnit's @depends
2020-06-19 19:50:54 +02:00
0738e113ad
Fix dataset name creation with objects
...
fixes #98
2020-06-19 16:03:47 +02:00
283d8f3e03
docs: updates changelog
v0.2.1
2020-06-17 18:57:54 +02:00
1c3e820283
Merge pull request #97 from fkraefft/fix-traits
...
Fix in Test Repository use method.
2020-06-17 18:47:00 +02:00
accd4eb7b4
Multiple global uses registered in the same path test added.
2020-06-17 11:57:08 -03:00
ae7991c7e9
Style fixes.
2020-06-17 11:56:24 -03:00
e9e72d607e
vscode folder added to gitignore.
2020-06-17 11:55:48 -03:00
40766f9275
Fix in Test Repository use method.
2020-06-17 09:59:46 -03:00
a3fd60ce4d
docs: updates changelog
v0.2.0
2020-06-14 17:01:15 +02:00
f9a3e39902
tests: removes test coverage for now
...
Co-Authored-By: Johannes Pichler <fetzi@users.noreply.github.com >
2020-06-14 16:35:30 +02:00
06d707fb41
feat(container): makes it autowirable
...
Co-Authored-By: Johannes Pichler <fetzi@users.noreply.github.com >
2020-06-14 16:25:51 +02:00
a70c64d704
tests: removes unused file
2020-06-14 16:23:54 +02:00
3a78aaef8f
fix(container): resolves dependencies without contructor
...
Co-Authored-By: Johannes Pichler <fetzi@users.noreply.github.com >
2020-06-14 16:15:05 +02:00
c79c0feec8
feat(namespaced-functions): updates stubs
2020-06-14 02:16:14 +02:00
39a5a94f3e
feat(namespaced-helpers): udpates stubs
2020-06-14 01:03:35 +02:00
961bfcaff7
Merge pull request #80 from owenvoke/feature/problem-matchers
...
Add problem matcher output to CI
2020-06-12 14:47:45 +02:00
52ba5dbd00
Add problem matcher output to CI
2020-06-12 13:37:17 +01:00
518b056fb9
fix: do not force having tests folder
2020-06-12 02:12:51 +02:00
f9a936b4d9
tests: namespace helpers
2020-06-11 21:56:15 +02:00
4448761852
Merge pull request #78 from felixdorn/patch-1
...
Optimise debug_backtrace calls
2020-06-11 21:46:23 +02:00
1192d13e6b
add memory optimisation for Backtrace::testFile()
2020-06-11 16:38:31 +02:00
57b982de48
fix ci build
2020-06-11 16:31:14 +02:00
a3366379e0
optimise debug_backtrace calls
2020-06-11 16:13:17 +02:00
cd8d8fce61
chore: skips visual tests on windows for now
2020-06-10 21:38:45 +02:00
4254d71039
tests: fixes visual testing on windows
2020-06-10 21:32:54 +02:00
bd48232c61
chore: runs tests on windows
2020-06-10 21:17:56 +02:00
70b3c7ea1d
chore: adds init plugin
2020-06-07 20:16:26 +02:00
c186035a13
chore: fixes duplicated branch alias
2020-06-05 22:44:48 +02:00
2efed3ef80
Merge pull request #65 from fetzi/feature/add-container
...
Add basic container implementation
2020-06-05 22:39:57 +02:00
58f2581307
Merge branch 'master' into feature/add-container
2020-06-05 22:39:02 +02:00
6c4fd61db5
tests: fixes testing running in php 7.3
2020-06-05 20:51:57 +02:00
afbbc35984
tests: refactor visual testing
2020-06-05 20:49:14 +02:00
a13c19cc29
chore: fixes deps
2020-06-05 20:04:10 +02:00
7d7c5f1ab1
Merge pull request #61 from dimitrioskarvounaris/windows-gitbash
...
Fixes autoloading, plugins and tests on Windows
2020-06-05 20:01:55 +02:00
865f33bf80
// fixing type check
2020-06-05 19:45:58 +02:00
e33419545c
// fixing once more, wrong code pasted :(
2020-06-05 19:42:07 +02:00
b93cd724c1
// tiny fix
2020-06-05 19:37:53 +02:00
40a5d067ec
// fixing type checks
2020-06-05 19:35:13 +02:00
3640ab0945
// unnecessary linebreak
2020-06-05 19:30:35 +02:00
cb2336d220
// missing change
2020-06-05 19:29:43 +02:00
71fcb281b0
Merge branch 'windows-gitbash' of github.com:dimitrioskarvounaris/pest into windows-gitbash
2020-06-05 19:25:23 +02:00
d24830121e
Reverting changes from c05df432
2020-06-05 19:24:56 +02:00
5a00a732e3
Merge branch 'master' into windows-gitbash
2020-06-05 18:37:24 +02:00
38584bec93
Updating success.txt snapshot
2020-06-05 18:31:40 +02:00
ffa3f1d683
Skip visual snapshot test on Windows
2020-06-05 18:26:52 +02:00
dff9bbc134
Fix file paths not being used properly
...
basename() will strip full path information on some systems.
What is needed is to use both dirname() & basename() on paths,
as recognized by all systems, and only afterwards do any
replacements.
2020-06-05 18:24:03 +02:00
f5f717f1ad
chore: requires more than collision beta1
2020-06-05 18:18:06 +02:00