Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 29 Desember 2016
- ---------------------------------------------------------------------------------------------------------------------
- - LMS-563 (My course page)
- - Error di Test setelah Merged database dan penyesuaian sementara supaya passed (vendor/bin/phpunit --debug --stop-on-error):
- +---ApiKlassTest::testPublishSuccess
- -----+ Error Duplicate klass ID:
- ------ di ModelFactory.php $faker->unique()->randomDigit rubah jadi $faker->unique()->numberBetween($min = 1000, $max = 2000)
- +---SectionUnitContentTest::testResponseStoreSuccess
- -----+ Error Duplicate Section ID:
- ------ di ModelFactory.php $faker->unique()->randomDigit rubah jadi $faker->unique()->numberBetween($min = 1000, $max = 2000)
- -----+ SectionUnitContentTest::testResponseDestroySuccess
- ------ di SectionUnitContentTest ada kesalahan test yang harus di perbaiki (tadi sempat dibahas dengan iman)
- +---UserTest::testResponseStoreEmailFailed
- -----+ Error Duplicate User ID:
- ------ di ModelFactory.php di App\User tambahkan 'id' => $faker->unique()->numberBetween($min = 1000, $max = 2000),
- +---StudentTest::testResponseStoreEmailFailed
- -----+ kadang error dan mengatakan ducplicate id/ kadang tidak/ mungkin yang lain jg ada cuma kebetulan tidak duplicate
- -----* misal unittest A bikin student ID 1001 bisa jadi unittest B bikin juga student dengan id 1001 karena udah beda instance
- ------ Untuk menghindari kadang2 error yang sering saya tambahkan
- ------ 'id' => $this->faker->unique()->numberBetween($min = 3000, $max = 3500) di makenya func: testResponseStoreEmailFailed
- +---AdminDiscussionTest::testDeleteDiscussionSuccess
- -----+ Could not find a form that has submit button
- ------ di comments testnya (html issue)
- +---ContentTest::testDeleteSuccess
- -----+ could not find a form that has submit button [delete_104].
- ------ di comments testnya (html issue)
- +---AdminUserTest::testIndexSuccess
- -----+ kadang ID usernya duplicate dan error (faker beda instance mnggenerate ID/int yang sama di table yang sama)
- +---ContentTest::testManageAssetsWithTopicAndObjectiveSuccess
- -----+ InvalidArgumentException: Could not find a link with a body, name, or ID attribute of [edit_117].
- ------ di comments testnya (html issue)
- +---UserTest::testResponseUpdateEmailFailed
- -----+ Error Duplicate user ID:
- ------ Untuk menghindari kadang2 error yang sering saya tambahkan
- ------ 'id' => $this->faker->unique()->numberBetween($min = 3000, $max = 3500) di makenya func: testResponseUpdateEmailFailed
- +---ContentTest::testCreateWithoutDescriptionSuccess
- ----- di comments testnya (html issue)
- +---ContentTest::testCreateContentWithObjectiveSuccess
- -----------------------------------------------------------------
- dan lain2nya:
- E
- Starting test 'ContentTest::testCreateWithoutDescriptionSuccess'.
- .
- Starting test 'ContentTest::testCreateContentWithTopicSuccess'.
- F
- Starting test 'ContentTest::testCreateContentWithObjectiveSuccess'.
- F
- Starting test 'ContentTest::testCreateContentWithoutTopicAndObjectiveSuccess'.
- F
- Starting test 'CourseTest::testIndexCourse'.
- .
- Starting test 'CourseTest::testIndexOnlineCourse'.
- F
- Starting test 'CourseTest::testEditCourseSuccess'.
- .
- Starting test 'CourseTest::testRedirectionUpdateCourseSuccess'.
- E
- Starting test 'CourseTest::testRedirectionUpdateCourseFailed'.
- E
- Starting test 'DashboardTest::testLatestNewsNotFromAjax'.
- E
- Starting test 'LearningActivityTest::testNoUnit'.
- E
- Starting test 'ObjectiveTest::testIndexObjectiveSuccess'.
- E
- Starting test 'DiscussionTest::testDiscussionNotAssignedShowEmptyPostMessage'.
- E
- Starting test 'QuizTest::testEditPageSuccess'.
- E
- Starting test 'SectionTemplateTest::testIndexSectionTemplate'.
- E
- Starting test 'DiscussionTest::testDiscussionNotAssignedShowEmptyPostMessage'.
- E
- Starting test 'QuizTest::testEditPageSuccess'.
- E
- Starting test 'SectionTemplateTest::testIndexSectionTemplate'.
- E
- Starting test 'SectionUnitDiscussionPostTest::testPageManageUnitDiscussionPostEmpty'.
- E
- Starting test 'SectionUnitDiscussionPostTest::testPageCreate'.
- E
- Starting test 'SectionUnitDiscussionPostTest::testStoreSuccess'.
- E
- Starting test 'SectionUnitDiscussionPostTest::testStoreValidationFailed'.
- E
- Starting test 'SectionUnitDiscussionPostTest::testPageEdit'.
- E
- Starting test 'SectionUnitDiscussionPostTest::testUpdateSuccess'.
- E
- Starting test 'SectionUnitDiscussionPostTest::testUpdateValidationFailed'.
- E
- Starting test 'SectionUnitDiscussionPostTest::testDestroySuccess'.
- E
- Starting test 'SectionUnitDiscussionTest::testPageManageDiscussion'.
- E
- Starting test 'SectionUnitDiscussionTest::testPageManageDiscussionEmpty'.
- E
- Starting test 'SectionUnitDiscussionTest::testPageManageDiscussionImportDiscussion'.
- E
- Starting test 'SectionUnitDiscussionTest::testPageManageDiscussionImportDiscussionSucess'.
- E
- Starting test 'SectionUnitDiscussionTest::testPageManageDiscussionEditPage'.
- E
- Starting test 'SectionUnitDiscussionTest::testPageManageDiscussionUpdateSuccess'.
- E
- Starting test 'SectionUnitDiscussionTest::testPageManageDiscussionDeleteSuccess'.
- E
- Starting test 'SectionUnitDiscussionTest::testPageManageDiscussionEnableForumSuccess'.
- E
- Starting test 'SectionUnitDiscussionTest::testPageManageDiscussionDisableForumSuccess'.
- E
- Starting test 'SectionUnitTemplateTest::testPageCreateSectionUnitTemplate'.
- E
- Starting test 'SectionUnitTest::testStoreSectionUnitSuccess'.
- .
- Starting test 'SectionUnitTest::testDestroySectionUnitSuccess'.
- .
- Starting test 'TakeQuizTest::testSubmitQuiz100'.
- E
- Starting test 'TakeQuizTest::testSubmitQuiz0'.
- F
- Starting test 'TopicTest::testIndexTopicSuccess'.
- E
- Starting test 'UnitContentsTest::testEditManageContentsSuccess'.
- F
- Starting test 'UnitTest::testCreateUnitWithObjectiveSuccess'.
- F
- Starting test 'UnitTest::testCreateUnitWithoutTopicAndObjectiveSuccess'.
- F
- Starting test 'UnitTest::testShowDiscussionsSuccess'.
Advertisement
Add Comment
Please, Sign In to add comment