To test this implementation use command
php ./bin/console find-shortest-path:knight
with two arguments. The first is starting positin of the knight on chessboard and second the goal position which we are trying to reach. Use chess coordinates for example a1.
Example of runnable command:
./bin/console find-shortest-path:knight a1 g8