Matt Brown
|
b3bb8b72cc
|
Add additional tests
|
2017-03-13 18:07:36 -04:00 |
|
Matthew Brown
|
c41c873d33
|
Add exception messages to TypeTest.php
|
2017-02-13 01:13:22 -05:00 |
|
Matthew Brown
|
35e4b380cc
|
Add collection of PossiblyNull* issues
|
2017-02-11 17:55:08 -05:00 |
|
Matthew Brown
|
cdcacc395d
|
Rename DeadCode to UnusedVariable, UnusedMethod and UnusedClass
|
2017-02-08 00:28:26 -05:00 |
|
Matt Brown
|
a7872472be
|
Add stubbing tests and modify config initialisation
|
2017-01-31 19:22:05 -05:00 |
|
Matthew Brown
|
6bcc763414
|
Fix #3 by checking inside __constructor calls for initialisations
|
2017-01-26 23:23:12 -07:00 |
|
Matthew Brown
|
f03807e7b7
|
Fix unaryplus/minus type inference
|
2017-01-25 20:02:19 -07:00 |
|
Matt Brown
|
d3a9452cde
|
Make sure we don’t lose type information while reconciling
|
2017-01-19 17:45:42 -05:00 |
|
Matt Brown
|
b23c55e570
|
Fix #70 by allowing string to be a numeric
|
2017-01-18 11:07:38 -05:00 |
|
Matthew Brown
|
b3726c9de5
|
Use getcwd() for the project’s base, not the config file parent directory
|
2017-01-16 18:33:04 -05:00 |
|
Matthew Brown
|
faccc73dc1
|
Fix #52 by analysing non-main parts of issets
|
2017-01-15 13:58:20 -05:00 |
|
Matt Brown
|
6e6106c080
|
Add docblocks to tests
|
2017-01-13 14:07:23 -05:00 |
|
Matthew Brown
|
17329015dc
|
Discriminate between checking, visiting and analyzing in method names
|
2017-01-07 15:09:47 -05:00 |
|
Matthew Brown
|
694da2cabd
|
Simplify a lot of APIs
|
2017-01-07 14:35:07 -05:00 |
|
Matthew Brown
|
7609ca02c0
|
Fix #32 by evaluating all class references in files lazily
|
2017-01-04 23:42:58 -05:00 |
|
Matthew Brown
|
8b5e066ba6
|
Add case-sensitive function names
|
2016-12-30 13:09:00 -05:00 |
|
Matthew Brown
|
9746c8972f
|
Fix MixedAssignment errors
|
2016-12-17 00:48:31 -05:00 |
|
Matt Brown
|
6755c8724a
|
Add tests for M* issues, fixing bugs along the way
|
2016-12-16 18:56:23 -05:00 |
|
Matt Brown
|
16e89a8c1c
|
Fix #26 - Allow refinement via type intersection
Not just via explict subsets
|
2016-12-16 17:59:27 -05:00 |
|
Matt Brown
|
c91e457c28
|
Add psalm.xml support for checking tests
|
2016-12-14 12:55:23 -05:00 |
|
Matt Brown
|
154d023a9d
|
Add more robust config testing
|
2016-12-14 12:28:38 -05:00 |
|
Matt Brown
|
5077424844
|
Fix a bunch of tests to not emit issues on echo
|
2016-12-09 13:04:08 -05:00 |
|
Matt Brown
|
e6ff24b8d2
|
Fix assignment in elseif
|
2016-12-09 12:06:14 -05:00 |
|
Matt Brown
|
55a060b53a
|
Add support for closure checks
|
2016-12-07 14:13:39 -05:00 |
|
Matthew Brown
|
ded2cb5460
|
Add (skipped) test for #1
|
2016-11-21 16:48:35 -05:00 |
|
Matthew Brown
|
8c64dfd7fb
|
Add return types everywhere
|
2016-11-11 17:13:30 -05:00 |
|
Jon Ursenbach
|
27c2db1d1d
|
PSR-2
|
2016-11-02 17:50:54 -04:00 |
|
Matthew Brown
|
5cc5bd4ed4
|
Fix tests to all have property types
|
2016-11-01 14:32:19 -04:00 |
|
Matthew Brown
|
18a55e2854
|
Also inspect arrays from strings
|
2016-10-15 13:10:05 -04:00 |
|
Matthew Brown
|
979639668d
|
Fix array type in test
|
2016-09-12 00:03:15 -04:00 |
|
Matthew Brown
|
7e6d3b90ce
|
Add more tests to identify regressions
|
2016-08-24 00:30:55 -04:00 |
|
Matthew Brown
|
72e90ddc49
|
Add more type tests
|
2016-08-23 20:56:18 -04:00 |
|
Matthew Brown
|
5f4ab230c3
|
Add more tests
|
2016-08-22 23:02:17 -04:00 |
|
Matthew Brown
|
84b4e09873
|
Simplify clearCache calls
|
2016-08-15 11:01:50 -04:00 |
|
Matthew Brown
|
7d1a106fd5
|
Big file reorg with ClassLikeChecker as new ClassChecker
|
2016-08-13 14:20:46 -04:00 |
|
Matthew Brown
|
b274c7dd68
|
Fix tests
|
2016-08-10 01:09:47 -04:00 |
|
Matthew Brown
|
df28d24803
|
Change name to Psalm
|
2016-07-25 18:37:44 -04:00 |
|
Matthew Brown
|
ccc30163c2
|
Add assertive test
|
2016-07-07 18:10:01 -04:00 |
|
Matthew Brown
|
382fcb3a07
|
Add new tests for functionality
|
2016-06-29 18:15:51 -04:00 |
|
Matthew Brown
|
e4c590d7b7
|
Fix tests by adding a config flag for throwing exceptions
|
2016-06-26 22:40:57 -04:00 |
|
Matthew Brown
|
f60e23a7c7
|
Add separate scope tests file
|
2016-06-20 16:18:47 -04:00 |
|
Matthew Brown
|
953ba22a38
|
Add possiblyundefinedvariable tests
|
2016-06-20 12:38:47 -04:00 |
|
Matthew Brown
|
edd9a92d51
|
Dogfooding: fix codeinspector issues
|
2016-06-20 01:05:44 -04:00 |
|
Matthew Brown
|
5c1b7bb0bc
|
Fix a few type inference bugs
|
2016-06-17 16:05:28 -04:00 |
|
Matthew Brown
|
32e18aa29e
|
Redo a bunch of if statement checking logic
|
2016-06-16 18:52:12 -04:00 |
|
Matthew Brown
|
fb56e3b757
|
Change returnType to inferredType
|
2016-06-16 12:04:55 -04:00 |
|
Matthew Brown
|
ff92d207da
|
Add failing test
|
2016-06-16 02:28:25 -04:00 |
|
Matthew Brown
|
218edb5bf4
|
Add numerous fixes
|
2016-06-16 01:19:52 -04:00 |
|
Matthew Brown
|
0c617f9519
|
Fix many many bugs
|
2016-06-15 20:16:40 -04:00 |
|
Matthew Brown
|
a17e1fb163
|
Create new system of storing types
|
2016-06-14 19:22:29 -04:00 |
|