PhpSpec not finding my tests anymore

63 views
Skip to first unread message

Alex Leonard

unread,
Nov 10, 2014, 4:23:17 AM11/10/14
to phpsp...@googlegroups.com
Hey there,

I'm guessing something changed over the weekend:

  - Removing phpspec/phpspec (dev-master 4a3c51f)
  - Installing phpspec/phpspec (dev-master e2554bd)
    Downloading: 100% 

When I tried to run my tests this morning I just get:

0 specs
0 examples 
1ms


I'm building an app on the in-development Laravel 5 and have about 50 examples which were all running fine last week.

My phpspec.yml is:

suites:
    app_suite:
        namespace: App
        psr4_prefix: App
        src_path: app
        spec_path: tests
        spec_prefix: spec

Any advice on what I might need to change to get them working again?

Thanks!

Alex Leonard

unread,
Nov 10, 2014, 4:49:30 AM11/10/14
to phpsp...@googlegroups.com
Ah, I needed to shift all my specs up one level.

Sorted!
Reply all
Reply to author
Forward
0 new messages