Warning: include(/home/zululandmx/kampl.wagabundotravel.pl/symfony-1.4.20/lib/plugins/sfDoctrinePlugin/test/bootstrap/../../../../../test/bootstrap/unit.php): failed to open stream: No such file or directory in /home/zululandmx/kampl.wagabundotravel.pl/symfony-1.4.20/lib/plugins/sfDoctrinePlugin/test/bootstrap/functional.php on line 11
Warning: include(/home/zululandmx/kampl.wagabundotravel.pl/symfony-1.4.20/lib/plugins/sfDoctrinePlugin/test/bootstrap/../../../../../test/bootstrap/unit.php): failed to open stream: No such file or directory in /home/zululandmx/kampl.wagabundotravel.pl/symfony-1.4.20/lib/plugins/sfDoctrinePlugin/test/bootstrap/functional.php on line 11
Warning: include(): Failed opening '/home/zululandmx/kampl.wagabundotravel.pl/symfony-1.4.20/lib/plugins/sfDoctrinePlugin/test/bootstrap/../../../../../test/bootstrap/unit.php' for inclusion (include_path='.:/usr/local/php5.4/lib/php') in /home/zululandmx/kampl.wagabundotravel.pl/symfony-1.4.20/lib/plugins/sfDoctrinePlugin/test/bootstrap/functional.php on line 11
Warning: unlink(/home/zululandmx/kampl.wagabundotravel.pl/symfony-1.4.20/lib/plugins/sfDoctrinePlugin/test/functional/fixtures/log/.nfs00000000054af09a00486d8a): Device or resource busy in /home/zululandmx/kampl.wagabundotravel.pl/symfony-1.4.20/lib/util/sfToolkit.class.php on line 87
> Generating admin gen module "articles"
> Generating admin gen module "authors"
> Generating admin gen module "subscriptions"
> Generating admin gen module "users"
> Run sfDoctrinePlugin Admin Generator Tests
> Test valid sort parameter
# get /users?sort=username
ok 1
> Test invalid sort parameter
# get /users?sort=INVALID
ok 2
ok 3
ok 4
ok 5
> Test valid sort_type parameter
# get /users?sort=username&sort_type=asc
ok 6
# get /users?sort=username&sort_type=desc
ok 7
# get /users?sort=username&sort_type=ASC
ok 8
# get /users?sort=username&sort_type=DESC
ok 9
> Test invalid sort_type parameter
# get /users?sort=username&sort_type=INVALID
ok 10
ok 11
ok 12
ok 13
> Admin Generator Sanity Checks
> Running admin gen sanity check for module "articles"
> Sanity check on "articles" module
# get /articles
ok 14 - request parameter module is articles
ok 15 - request parameter action is index
ok 16 - status code is 200
# get /articles/1/edit
# post /articles/1
ok 17 - page redirected to http://localhost/index.php/articles/1/edit
> Running admin gen sanity check for module "authors"
> Sanity check on "authors" module
# get /authors
ok 18 - request parameter module is authors
ok 19 - request parameter action is index
ok 20 - status code is 200
# get /authors/1/edit
# post /authors/1
ok 21 - page redirected to http://localhost/index.php/authors/1/edit
> Running admin gen sanity check for module "subscriptions"
> Sanity check on "subscriptions" module
# get /subscriptions
ok 22 - request parameter module is subscriptions
ok 23 - request parameter action is index
ok 24 - status code is 200
# get /subscriptions/1/edit
# post /subscriptions/1
ok 25 - page redirected to http://localhost/index.php/subscriptions/1/edit
> Running admin gen sanity check for module "users"
> Sanity check on "users" module
# get /users
ok 26 - request parameter module is users
ok 27 - request parameter action is index
ok 28 - status code is 200
# get /users/1/edit
# post /users/1
ok 29 - page redirected to http://localhost/index.php/users/1/edit
# get /my_articles
ok 30 - status code is 200
> Testing "articles" module embeds I18n
# get /articles/new
ok 31 - response content matches regex /En/
ok 32 - response content matches regex /Fr/
ok 33 - response content matches regex /Title/
ok 34 - response content matches regex /Body/
ok 35 - response content matches regex /Slug/
ok 36 - response content matches regex /Jonathan H. Wage/
ok 37 - response content matches regex /Fabien POTENCIER/
ok 38 - request parameter module is articles
ok 39 - request parameter action is new
# post /articles
ok 40 - page redirected to http://localhost/index.php/articles/53/edit
ok 41 - Article objects that matches the criteria have been found
ok 42 - ArticleTranslation objects that matches the criteria have been found
ok 43 - ArticleTranslation objects that matches the criteria have been found
> Test enum column type uses a dropdown as the widget
# get /subscriptions/new
ok 44 - response selector select matches NewActivePendingExpired
> Test user form embeds the profile form
# get /users/new
ok 45 - response content matches regex /Profile/
ok 46 - response content matches regex /First name/
ok 47 - response content matches regex /Last name/
> Test the Profile form saves and attached to user properly
# post /users
ok 48 - page redirected to http://localhost/index.php/users/2/edit
ok 49 - User objects that matches the criteria have been found
ok 50 - Profile objects that matches the criteria have been found
ok 51 - UserGroup objects that matches the criteria have been found
ok 52 - UserGroup objects that matches the criteria have been found
ok 53 - UserPermission objects that matches the criteria have been found
ok 54 - UserPermission objects that matches the criteria have been found
# get /users/new
# post /users
ok 55 - the submitted form has some errors.
ok 56 - Check username gives unique error
> Removing admin gen module "articles"
> Removing admin gen module "authors"
> Removing admin gen module "subscriptions"
> Removing admin gen module "users"
1..56
# Looks like everything went fine.