File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848 'Node ' ,
4949 'Uses '
5050 ]);
51- expect ($ fqcn ->isArray ())->to ->equal ( true ) ;
51+ expect ($ fqcn ->isArray ())->to ->be -> true ;
5252 });
5353 it ('works with empty string ' , function (){
5454 $ fqcn = $ this ->useParser ->parseFQCN ('' );
6565 });
6666 it ('creates non-array fqcn from ' . $ scalar , function () use ($ scalar ){
6767 $ fqcn = $ this ->useParser ->parseFQCN ($ scalar );
68- expect ($ fqcn ->isArray ())->to ->equal ( false ) ;
68+ expect ($ fqcn ->isArray ())->to ->be -> false ;
6969 });
7070 it ('creates scalar fqcn from ' . $ scalar , function () use ($ scalar ){
7171 $ fqcn = $ this ->useParser ->parseFQCN ($ scalar );
72- expect ($ fqcn ->isScalar ())->to ->equal ( true ) ;
72+ expect ($ fqcn ->isScalar ())->to ->be -> true ;
7373 });
7474 }
7575 });
8989 });
9090 it ('works with scalars ' , function (){
9191 $ fqcn = $ this ->useParser ->parseType ('string ' );
92- expect ($ fqcn ->isScalar ())->to ->equal ( true ) ;
92+ expect ($ fqcn ->isScalar ())->to ->be -> true ;
9393 });
9494 it ('works with absolute names ' , function (){
9595 $ fqcn = $ this ->useParser ->parseType ('\Entity\Project ' );
You can’t perform that action at this time.
0 commit comments